Questions tagged [xbl]

XBL is a declarative XML language which implements the publish/subscribe pattern. It is used to build extension for XUL applications, including the Firefox browser and the Komodo editor.

XML Binding Language (XBL, sometimes also called Extensible Bindings Language) is a language for describing bindings that can be attached to elements in other documents. The element that the binding is attached to, called the bound element, acquires the new behavior specified by the binding.

81 questions
0
votes
1 answer

Orbeon : having checkboxes inside control's settings

I'm writing my custom control (XBL) and wondering : it possible to have checkboxes inside control's Basic Settings in Form Builder, not only xf:input fields ? I would appreciate any examples.
pzeszko
  • 1,989
  • 18
  • 29
0
votes
1 answer

Passing parameters to XBL in Orbeon

I've created these two simple files , view.xhtml :
pzeszko
  • 1,989
  • 18
  • 29
0
votes
1 answer

Modifying the orbeon-resources-private.jar files causes white screen

I am trying to create my own custom components in orbeon. I have been following the steps from the documentation and it said to unzip the jar file 'orbeon-resources-private' I did that and done what I needed to do inside the folder. I then zip it…
blairmeister
  • 915
  • 1
  • 6
  • 16
0
votes
1 answer

CSS not applying to anonymous element on Linux/Mac

I'm having the following issue: a class of .profilis-tbb is not applying to an anonymous element ".profilist-tbb-box" which I added with XBL. I have an XBL file with two bindings. #tbb and #tbb_box. #tbb extends the toolbarbutton which has class…
Noitidart
  • 35,443
  • 37
  • 154
  • 323
0
votes
1 answer

XBL Use Binding as Child in Other Within Same XML

I have this xml binding:
user2539823
  • 103
  • 12
0
votes
1 answer

Dynamically setting XPath in submission

I'm making my own component in XBL and I have to use a submission within it. I have two parameters (resource, XPath) of the submission which users can provide in Form Builder (like with the autocomplete control):
user2539823
  • 103
  • 12
0
votes
1 answer

Dynamically evaluate XPath stored in a variable

I have a variable: and I want to use /my/xpath/expression in the ref attribute of : Here I use a hardcoded XPath expression, but I want instead to…
user2539823
  • 103
  • 12
0
votes
1 answer

xbl extends - can't override property

I'm trying extend some functionality of colorpicker (chrome://global/content/bindings/colorpicker.xml) which requires modification of color property. So far I've managed add some content, but property setter not being overrided at all. It seems…
vanowm
  • 9,466
  • 2
  • 21
  • 37
0
votes
1 answer

Orbeon control details in own component

I'm making my own component, and I want to have oportunity to set some properties in form builder. In all I want to reach effect similar to autocomplete control, where I can set 3 properties (URI, xpath, and relative xpath). I read, that I can do it…
user2539823
  • 103
  • 12
0
votes
1 answer

Orbeon put own control in form builder controls panel

I want to write own control and put it in the controls panel in form builder. But firstly, for training, I want to put some example control like 'tutorial-davinci' to form builder. How Can I do that ?
user2539823
  • 103
  • 12
0
votes
1 answer

Is it possible to use the findbar with a non-browser element?

Is there a way use findbar for non-browser element? I'm trying adopt findbar to use it on listbox in a prefwindow.
vanowm
  • 9,466
  • 2
  • 21
  • 37
0
votes
1 answer

How to access the new toggleHighlight method?

We can use gFindBar.toggleHighlight(true) before to highlight found result in JS. After firefox 25 beta, findbar structure changed. This method is still belongs to gFindBar, however, through XBL binding. The method is now defined in…
Byzod
  • 466
  • 4
  • 18