Skip to content

Instantly share code, notes, and snippets.

@orbeon
Created April 3, 2010 02:24
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/354013 to your computer and use it in GitHub Desktop.
Save orbeon/354013 to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xforms="http://www.w3.org/2002/xforms"
xmlns:xxforms="http://orbeon.org/oxf/xml/xforms"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:xbl="http://www.w3.org/ns/xbl"
xmlns:xxbl="http://orbeon.org/oxf/xml/xbl"
xmlns:fr="http://orbeon.org/oxf/xml/form-runner">
<head>
<xforms:model>
<xforms:instance><value/></xforms:instance>
<xforms:bind nodeset="." readonly="true()"/>
</xforms:model>
</head>
<body>
<xforms:trigger xxforms:modal="true" ref=".">
<xforms:label><span>Aaa</span></xforms:label>
</xforms:trigger>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment