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).