Examples for XML_XUL

These are some examples to demonstrate how easy it is to create XUL widgets the XML_XUL.

For each example you may view the XUL application as well as the XUL sourcecode and the PHP sourcecode.

You must use Mozilla to view these examples, as it's the only browser that supports XUL.

Building a tree  »View  »XUL Code  »PHP Code
Using input fields  »View  »XUL Code  »PHP Code
Using Radio Groups  »View  »XUL Code  »PHP Code
Using a grid  »View  »XUL Code  »PHP Code
Using Popups  »View  »XUL Code  »PHP Code
Using a browser  »View  »XUL Code  »PHP Code
Using a listbox  »View  »XUL Code  »PHP Code
Using a toolbar  »View  »XUL Code  »PHP Code
Using menu  »View  »XUL Code  »PHP Code
Using a progressmeter  »View  »XUL Code  »PHP Code
Using tabs  »View  »XUL Code  »PHP Code
Using a splitter  »View  »XUL Code  »PHP Code
Embedding HTML  »View  »XUL Code  »PHP Code
Validating attributes  »View  »XUL Code  »PHP Code
Manipulating the DOM tree  »View  »XUL Code  »PHP Code
Manipulating the DOM tree 2 (Using getElementsByTagname())  »View  »XUL Code  »PHP Code
Showing debug info  »View  »XUL Code  »PHP Code
Load a XUL document from a file  »View  »XUL Code  »PHP Code
Load a XUL document from a string  »View  »XUL Code  »PHP Code