/
Combined Grid and Multiple Editors
Combined Grid and Multiple Editors
One aspect of the combined editor is that it can handle multiple editors at a time.
This can be done by adding multiple <edit> tags to the editor.panel.combinedgrid
panel:
<view id="editor.panel.combinedgrid">
<label>Graffiti</label>
<location>west</location>
<edit>r.graffiti_visit</edit>
<edit>e.graffiti_address</edit>
<labelAlign>left</labelAlign>
<enableCreate>true</enableCreate>
<enableDelete>true</enableDelete>
</view>
Updating the client XML results in the following “Graffiti” labelled tab:
Combined Panel Showing Address and Visit Editors.
Selecting Visit shows the visit panel.
Combined Panel Showing Visit Editor.
Selecting Address shows the address panel (with an address selected).
Next >> |
, multiple selections available,
Related content
Alternate Client Configurations
Alternate Client Configurations
More like this
Extended Entity Editor Panel
Extended Entity Editor Panel
More like this
Combined Grid
Combined Grid
More like this
Creating a Basic Edit Configuration
Creating a Basic Edit Configuration
More like this
Multiple Edit Configurations
Multiple Edit Configurations
More like this