Converting tabs
git-svn-id: svn://10.0.0.236/trunk@62923 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0cce9f32e6
commit
fc62f35d29
@ -9,13 +9,13 @@ xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
<box align="vertical" flex="1">
|
||||
<tabcontrol align="vertical" flex="100%" >
|
||||
<tabbox align="horizontal">
|
||||
<tab selected="true">centered</tab>
|
||||
<tab>percent</tab>
|
||||
<tab>html</tab>
|
||||
<tab selected="true" value="centered"/>
|
||||
<tab value="percent"/>
|
||||
<tab value="html"/>
|
||||
<tab><html:img src="resource:/res/toolbar/stop.gif"/></tab>
|
||||
<tab>native</tab>
|
||||
<tab>iframe</tab>
|
||||
<tab>dialog</tab>
|
||||
<tab value="native"/>
|
||||
<tab value="iframe"/>
|
||||
<tab value="dialog"/>
|
||||
<spring flex="1"/>
|
||||
</tabbox>
|
||||
|
||||
|
||||
@ -32,10 +32,10 @@
|
||||
|
||||
<tabcontrol align="vertical">
|
||||
<tabbox align="horizontal">
|
||||
<tab id="findTab" onclick="loadPage('find', null);">&find.title.label;</tab>
|
||||
<tab id="internetTab" onclick="loadPage('internet', null);">&internet.title.label;</tab>
|
||||
<tab id="mailnewsTab" onclick="loadPage('mail', null);">&mailnews.title.label;</tab>
|
||||
<tab id="addressbookTab" onclick="loadPage('addressbook', null);">&addressbook.title.label;</tab>
|
||||
<tab id="findTab" onclick="loadPage('find', null);" value="&find.title.label;"/>
|
||||
<tab id="internetTab" onclick="loadPage('internet', null);" value="&internet.title.label;"/>
|
||||
<tab id="mailnewsTab" onclick="loadPage('mail', null);" value="&mailnews.title.label;"/>
|
||||
<tab id="addressbookTab" onclick="loadPage('addressbook', null);" value="&addressbook.title.label;"/>
|
||||
<spring flex="1"/>
|
||||
</tabbox>
|
||||
|
||||
|
||||
@ -36,8 +36,8 @@ Contributor(s): Michael Lowe <michael.lowe@bigfoot.com> -->
|
||||
|
||||
<tabcontrol flex="100%" align="vertical">
|
||||
<tabbox>
|
||||
<tab selected="true">&aboutTab.label;</tab>
|
||||
<tab>&contributorsTab.label;</tab>
|
||||
<tab selected="true" value="&aboutTab.label;"/>
|
||||
<tab value="&contributorsTab.label;"/>
|
||||
</tabbox>
|
||||
|
||||
<tabpanel align="vertical" flex="100%">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user