You are not logged in Log in Join
You are here: Home » Members » shalabh » test.xul » View File

Log in
Name

Password

 

test.xul

File details
Size
1 K
File type
text/xml

File contents

<?xml version="1.0"?> 
<window id="findfile-window" title="Find Files" 
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">

<box align="vertical" >

<menubar style="max-height:2em;">
<menu style="max-height:1.5em;" value="File">
<menupopup>
 <menu value="New">
   <menupopup><menuitem value="DTML Doc"/><menuitem value="DTML Method"/>
   </menupopup>
 </menu>
 <menuitem value="Open"/>
 <menuitem value="Save"/>
 <menuseparator/>
 <menuitem value="Quit"/>
</menupopup>
</menu>
</menubar>
<!--
<box flex="100%">
<titledbutton id="identifier" class="dialog push" value="OK" align="left" default="true" disabled="false" style="height:3em;" flex="100%" /> 
</box>
<splitter id="spl" state="open" collapse="before" resizebefore="closest" resizeafter="closest"/>
<html:p flex="100%">text</html:p>
-->

<tree>
  <treechildren>
    <treeitem>
     <treerow>
        <treecell>Netscape</treecell>
        <treecell>www.netscape.com</treecell>
     </treerow>
    </treeitem>
    <treeitem>
     <treerow>
        <treecell>Microsoft</treecell>
        <treecell><html:a href="http://www.microsoft.com">www.microsoft.com</html:a></treecell>
     </treerow>
    </treeitem>
  </treechildren>
</tree>

</box>
</window>