I\'m working on an application that embeds Orbeon XForms renderer. I\'m using this to generate XHTML rather than HTML. We have a form that uses 2 custom XBL components.
In Orbeon Forms I need to create a component (using XBL) that when bound to an instance like <OCinstructionitem>
I am using XBL to render various controls 开发者_开发百科on my XForm. One of these is a radio group with 4 options. I am usingappearance=\"full\" and an itemset for the data itself. However, when the
I have found that the xbl element won\'t init before it shows up. So when I add an xul box element to panel,and bind it to my xbl ,I can\'t use like this :box.xblMethod(),FF will throw xblMethod is un
I\'ve read around and found techniques to add js file inside XBL, but the techniques don\'t wo开发者_运维知识库rk.
I have a XBL handler with the following signature: <handler event=\"keypress\" modifiers=\"control\" keycode=\"DOM_VK_L\">
Is there a way to create开发者_如何学JAVA a private method in XBL? --update The only documentation on MDN says nothing about private methods, but it\'s a wiki that\'s not always complete..The answer
From a XBL method, when I need to call another method, I do like: <method name=\"myMethod_1\"> <body>
Can I give a XBL handler a name, so I can call it from my javascript like I do w开发者_运维百科ith XBL methods?It seems not, but you can create an XBL Method and call it from both your handler and oth
Can I conditionally include javascript file and css files. <xbl:script src=\"/apps/xforms-sandbox/samples/myfile.js\" />