Skip to content

Instantly share code, notes, and snippets.

@orbeon
Created June 5, 2010 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orbeon/426113 to your computer and use it in GitHub Desktop.
Save orbeon/426113 to your computer and use it in GitHub Desktop.
<xhtml:html xmlns:xforms="http://www.w3.org/2002/xforms"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xhtml:head>
<xforms:model>
<xforms:instance id="instance">
<leased>true</leased>
</xforms:instance>
<xforms:bind ref="." type="xs:boolean"/>
</xforms:model>
</xhtml:head>
<xhtml:body>
<xforms:select id="leased-control" appearance="full" ref=".">
<xforms:item>
<xforms:label>Leased</xforms:label>
<xforms:value>true</xforms:value>
</xforms:item>
</xforms:select>
</xhtml:body>
</xhtml:html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment