Writing a Mozilla Application with XUL and Javascript
  XUL Document Example [ << Previous | Next >> ]

<?xml version="1.0"?>

<!DOCTYPE window>
<?xul-overlay href="file:///u/rginda/src/HTML/moztests/sampleoverlay.xul"?>
<window orient="vertical"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <box orient="vertical">
    <box orient="horizontal" flex="1">
        <text value="Sample text number ONE"/>
        <spring flex="1"/>
        <text value="Sample text number TWO"/>
    </box>
    <box orient="vertical">
      <text value="Sample text number THREE"/>
      <text value="Sample text number FOUR"/>
    </box>
    <box id="extraStuff"/>
  </box>

</window>

[ Presentation Overview | Agenda | XUL Documents | Summary of XUL Elements | XUL Document Example | XUL Document Screenshot | XUL Overlays | XUL Overlay Example | XUL Overlay Screenshot | RDF Data | RDF Graph Illustration | RDF and XUL Templates | XUL Template Example | XUL Template Example, Points of Interest | Conclusions | Extra Slides | RDF Data Sources | XPCOM and XPConnect | XPConnect Objects | Instantiating an XPCOM Component | Chrome structure | Installing Chrome | Sample manifest.rdf ]