Implement ItemPane custom section API

Unify properties as getter in ContextPane
Replace section `mode` with `editable`
Remove section `inTrash`
This commit is contained in:
windingwind 2024-02-01 21:08:03 +08:00 committed by Dan Stillman
parent b34859d882
commit 41acf4c737
41 changed files with 1077 additions and 462 deletions

View file

@ -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>