1
edit
Changes
XBL
,→XBL Elements
=How does XBL work?=
==XBL Elements==
:'''Bindings'''::The '''Bindings ''' element contains many Binding elements.:::<!ELEMENT bindings ( binding* ) > [ where * indicates zero or more of the binding element]
:'''Binding'''
::The '''Binding''' element describes a single XBL binding and can add (anonymous content, fields, properties, methods and event handlers) to any html or xml element.
:::elementReference.style.MozBinding = "url(myBinding.xml#default}";
=Resources/Examples=