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

Prevent listening events on certain DOM elements

Besides the new Shadow Dom and the old HTML iframe element, is there a way to prevent users from listening for [delegated] events on DOM elements inside my widget? P.S. I heard Firefox had XBL which has features similar to Shadow DOM. Is it…
katspaugh
  • 17,449
  • 11
  • 66
  • 103
0
votes
1 answer

How do I create a label for a custom Orbeon control

The label is missing the "for" attribute on my custom control. I was using lhha mode, but have now switched to custom-lhha mode to try to correct the issue. The code below is doing something very odd. The label element contains two nested spans…
Linus Norton
  • 557
  • 1
  • 4
  • 15
0
votes
1 answer

XBL Tabbrowser?

Is there some sort of tabbrowser implementation out there in XBL (eXtensive Binding Language) for use with XUL (XML UI Language)? I haven't been able to find one so far, and need one for the project that I am working on.
user1640021
  • 100
  • 1
  • 6
0
votes
1 answer

Insert HTML with XBL

Following this answer, I was able to insert some text with Firefox like this css body { -moz-binding: url(foo.xml#bar); } foo.xml Hello world
Zombo
  • 1
  • 62
  • 391
  • 407
0
votes
1 answer

How to create an XBL control that saves data in two elements?

I'm trying to tell Orbeon to group 2 fields together in order to capture 2 values as in: Pounds & Ounces.
Pat B
  • 1,915
  • 23
  • 40
-1
votes
1 answer

Text shadow in porition of text/label xul xbl

I have a list of a bunch of names. As a user types I want to highlight the text matches in the names. (aside: if nothing is found i show "No matches for 'rar'"). This is my goal graphic mockup: The user has typed "rar" and it has given the matched…
Noitidart
  • 35,443
  • 37
  • 154
  • 323
1 2 3 4 5
6