<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="testbugtab.css" type="text/css"?>
<window id="ogecoxWindow" 
    title="Outils de Gestion de Contenu LMI"
    orient="vertical"
    width="600" height="480"   
    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >

     <tabbox flex="1">
        <tabs closebutton="true" onclosetab="alert('here is the nodeName of \'this\' in \'onclosetab\' attribute of tabs element :\n'+this.nodeName +'\n however, it would be xul:tabs, isn\'t it ? it is more logic...')" >
            <tab label="Test" />
        </tabs>
        <tabpanels anonid="ElementTabpanels" selectedIndex="0" flex="1">
            <tabpanel> <description> clic on the right button to close this tab and to generate a "closetab" event 
            on tabs element</description></tabpanel>
        </tabpanels>
      </tabbox>
 </window>