Open main menu

CDOT Wiki β

Changes

XUL

466 bytes added, 11:12, 6 October 2006
no edit summary
* GIF, JPG, PNG, BMP, ICO images
* HTTP 1.1
 
=Sample Code=
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css" ?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
align="center" pack="center" flex="1">
<description>Is XUL cool or what?</description>
<radiogroup>
<radio id="yes" selected="true" label="Yes!"/>
<radio id="no" label="No wai"/>
</radiogroup>
<button id="dpsbutton" label="DPS909 is fun" />
</window>
 
=Example Applications=
1
edit