Created
September 25, 2010 01:14
-
-
Save ebruchez/596331 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<xbl:binding id="fb-input-email" element="xforms|input"> | |
<metadata xmlns="http://orbeon.org/oxf/xml/form-builder"> | |
<display-name lang="en">Email Address</display-name> | |
<display-name lang="fr">Adresse email</display-name> | |
<icon lang="en"> | |
<small-icon>/apps/fr/style/images/silk/email.png</small-icon> | |
<large-icon>/apps/fr/style/images/silk/email.png</large-icon> | |
</icon> | |
<datatype>xforms:email</datatype> | |
<template> | |
<xforms:input id="" ref="" xmlns=""> | |
<xforms:label ref=""/> | |
<xforms:hint ref=""/> | |
<xforms:help ref=""/> | |
<xforms:alert ref="$fr-resources/detail/labels/alert"/> | |
</xforms:input> | |
</template> | |
</metadata> | |
</xbl:binding> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment