xbl
What would cause Orbeon to produce a duplicate xmlns:xbl prefix in XHTML mode?
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.[详细]
2023-03-24 22:38 分类:问答orbeon: applying xslt transform in xbl on bound document
In Orbeon Forms I need to create a component (using XBL) that when bound to an instance like <OCinstructionitem>[详细]
2023-03-24 05:02 分类:问答XForms: How do I use a select1 to render a radio group with NO item selected
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[详细]
2023-03-23 10:50 分类:问答XBL doesn't work well on panel?
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[详细]
2023-02-15 11:12 分类:问答how to add/include js file in xbl?
I\'ve read around and found techniques to add js file inside XBL, but the techniques don\'t wo开发者_运维知识库rk.[详细]
2023-02-10 23:47 分类:问答Why this handler is not restricted to CTRL+L?
I have a XBL handler with the following signature: <handler event=\"keypress\" modifiers=\"control\" keycode=\"DOM_VK_L\">[详细]
2023-02-09 07:18 分类:问答Is there a way to create a private method in XBL?
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[详细]
2023-02-01 12:41 分类:问答Calling a method from XBL
From a XBL method, when I need to call another method, I do like: <method name=\"myMethod_1\"> <body>[详细]
2023-01-31 20:06 分类:问答Can I give a XBL handler a name to call it?
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[详细]
2023-01-30 11:37 分类:问答Conditionally include javascript file in xbl
Can I conditionally include javascript file and css files. <xbl:script src=\"/apps/xforms-sandbox/samples/myfile.js\" />[详细]
2023-01-25 11:50 分类:问答