Implement ItemPane custom section API
Unify properties as getter in ContextPane Replace section `mode` with `editable` Remove section `inTrash`
This commit is contained in:
parent
b34859d882
commit
41acf4c737
41 changed files with 1077 additions and 462 deletions
|
@ -415,7 +415,7 @@
|
|||
</hbox>
|
||||
</toolbar>
|
||||
<hbox id="appcontent" flex="1">
|
||||
<tabbox id="left-tabbox" flex="2" width="300">
|
||||
<tabbox id="left-tabbox" flex="1" width="300">
|
||||
<tabs id="tabs">
|
||||
<tab id="tab-metadata" label="&scaffold.tabs.metadata.label;"/>
|
||||
<tab id="tab-code" label="&scaffold.tabs.code.label;"/>
|
||||
|
@ -550,8 +550,8 @@
|
|||
</tabbox>
|
||||
<splitter id="pane-splitter" resizeafter="farthest" />
|
||||
|
||||
<vbox id="right-pane" flex="1">
|
||||
<html:textarea style="-moz-box-flex: 1" id="output" readonly="true"/>
|
||||
<vbox id="right-pane">
|
||||
<html:textarea id="output" readonly="true"/>
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue