Skip to content

Instantly share code, notes, and snippets.

@ebruchez
Created August 30, 2010 17:47
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 ebruchez/557755 to your computer and use it in GitHub Desktop.
Save ebruchez/557755 to your computer and use it in GitHub Desktop.
<html xmlns:xforms="http://www.w3.org/2002/xforms"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns="http://www.w3.org/1999/xhtml">
<head>
<xforms:model>
<xforms:instance id="table">
<table xmlns=""/>
</xforms:instance>
</xforms:model>
</head>
<body>
<xforms:message ev:event="xxforms-value-changed" ev:observer="table">Changed!</xforms:message>
<xforms:input ref="instance()">
<xforms:label>Change me:</xforms:label>
</xforms:input>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment