Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Chameleon / src / chameleon / tests / inputs / 028-attribute-toggle.pt
Size: Mime:
<div xmlns="http://www.w3.org/1999/xhtml"
     xmlns:tal="http://xml.zope.org/namespaces/tal">
  <option tal:attributes="selected True"></option>
  <option tal:attributes="selected False"></option>
  <option tal:attributes="selected None"></option>
</div>