261826-1-ref.xhtml (646B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> 3 <window id="MyWindow" 4 title="" 5 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 6 width="800" 7 height="600"> 8 9 <tabbox> 10 <tabs> 11 <tab label="first"/> 12 <tab label="second"/> 13 <tab label="third"/> 14 <tab label="fourth"/> 15 </tabs> 16 <tabpanels> 17 <tabpanel> 18 <label value="First page"/> 19 </tabpanel> 20 <tabpanel> 21 <label value="second page"/> 22 </tabpanel> 23 <tabpanel> 24 <label value="third page"/> 25 </tabpanel> 26 <tabpanel> 27 <label value="fourth page"/> 28 </tabpanel> 29 </tabpanels> 30 </tabbox> 31 </window>