XBL
#1

eXtensible Bindings Language is used to declare the behavior and look of XUL widgets and XML elements. In XUL one defines the user interface layout of an application, and then (applying styles) can customize the look of elements. The drawback is that XUL provides no means to change an element's function. For example, one might want to change how the pieces of a scroll bar work. This is where XBL comes in.

An XBL file contains bindings. Each of them describes the behavior of a XUL widget or XML element. For example, a binding might be attached to a scroll bar. The behavior describes the properties and methods of the scroll bar and describes the XUL elements defining the scroll bar.
The root element of an XBL file is the <bindings> element, which contains one or more <binding> elements. Each <binding> element declares one binding, which can be attached to any XUL element. It also may have an id attribute. A binding is assigned to an element by setting the CSS property -moz-binding to the URL of the bindings file.

The XBL 1.0 specification is used in the mozilla XPFE platform, alongside with the XUL XML language, so XBL is available on all mozilla products: Firefox, Thunderbird, SeaMonkey, etc. However, it must be noted that Mozilla implements a variant of XBL 1.0 which does not quite match the specification.

A XBL 2.0 version of the specification is on the way. The objectives of this version are to address problems of the 1.0 version, and to generalize XBL usage in non-mozilla browsers.

While the body of this version of the specification was created by the Mozilla Foundation, outside W3C (as was the case for the XBL 1.0 version), the W3C Web Application Formats Working Group is now guiding this specification along the W3C Recommendation track.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: xbl code generator download, xbl avatar, xbl gamercard, xbl api, free xbl code, binding, xbl account dump,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
Music XBL ( eXtensible Bindings Language ) Computer Science Clay 0 1,126 06-06-2009, 11:27 PM
Last Post: Computer Science Clay
Photo XBL computer science crazy 0 1,131 24-02-2009, 01:10 AM
Last Post: computer science crazy

Forum Jump: