Open main menu

CDOT Wiki β

Changes

XBL

186 bytes added, 19:24, 5 October 2006
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=
1
edit