1
edit
Changes
XBL
,no edit summary
Basically, XBL is a langauge that describes a set of bindings that can be attached and bound to elements on the screen. When bound, the binding implements new methods and properties to the associated element. In essence, the widgets on the screen are layed out using XUL and then given functionality using XBL.
=How does XBL work?=
==XBL Elements==
The Bindings element contains many Binding elements.
::<!ELEMENT bindings ( binding* ) > [ where * indicates zero or more of the binding element]
=Resources/Examples=