I've seen both in XBL component files, but what is the difference? I haven't managed to find this in the documentation.
<xbl:xbl > <xbl:binding id="fr-number" element="fr|number, xf|input:xxf-type('xs:decimal')" xxbl:mode="lhha binding value focus"> <metadata xmlns="http://orbeon.org/oxf/xml/form-builder"> <templates> <bind type="xf:decimal"/> <view> <fr:number xmlns:xf="http://www.w3.org/2002/xforms"> <xf:label ref=""/> <xf:hint ref=""/> <xf:help ref=""/> <xf:alert ref=""/> </fr:number> </view> </templates> </metadata> ... and <xbl:xbl> <xbl:binding id="fr-link-select1-binding" element="fr|link-select1" xxbl:mode="lhha binding value"> <metadata xmlns="http://orbeon.org/oxf/xml/form-builder"> <template xmlns:xf="http://www.w3.org/2002/xforms"> <fr:link-select1> <xf:label ref=""/> <xf:hint ref=""/> <xf:help ref=""/> <xf:alert ref=""/> <xf:itemset ref=""> <xf:label ref="label"/> <xf:value ref="value"/> </xf:itemset> </fr:link-select1> </template> </metadata> ... |
Administrator
|
Hi Brian, <xbl:template>…</xbl:template> is a shortcut for <xbl:templates><xbl:view>…</xbl:view></xbl:templates>, i.e. the most frequent case where you just have a template for the view. Alex On Mon, May 18, 2015 at 9:58 PM, bwallis42 <[hidden email]> wrote: I've seen both in XBL component files, but what is the difference? I haven't You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email].
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Is there any good place online to acquire knowledge like this?
Aaron Spike On Wednesday, May 20, 2015 at 5:55:04 PM UTC-5, Alessandro Vernet wrote:
This electronic communication, including any attached documents, may contain confidential and/or legally privileged information that is intended only for use by the recipient(s) named above. If you have received this communication in error, please notify the sender immediately and delete the communication and any attachments. Views expressed by the author do not necessarily represent those of Martin Luther College. -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Administrator
|
Hi Aaron, You can find the documentation for this on: I just improved it, as it didn't cover the "new" templates/view/bind/resources. And I notice that I incorrectly used the xbl prefix, where it should have been the fb prefix! Alex On Thu, May 21, 2015 at 7:01 AM, Aaron Spike <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email].
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Alex, this dead link - page not found - has the documentaion been moved?
|
Administrator
|
Hi John,
Yes, it has, and it is currently still in flux as we're doing a major overall of the documentation. That page is now on: http://doc.orbeon.com/form-builder/advanced/metadata.html I'm sorry for the trouble but it will be all for the better soon. And feel free to let us know if there is anything else you can't find! Alex
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |