editor

Inserts the editor UI of another device node from the DashBoard Tree into the current container. The editor tag may insert either the full editor UI or a compact summary.

Syntax

<editor objectid="object-id" template="template-style" widgetroot="root-flag" /> 

Attributes

Attribute

Values

Restrictions

Description

objectid

String

 

ID of the device node to insert

template

summary

 

Inserts a summary panel for the device.

widgetroot

Boolean

 

Everything inside of the editor must be kept together. Individual elements cannot be dragged out to other panels.

Example

The following inserts the full UI for device with id 00.0f.9b.00.00.26(Slot 0)MFC-8310:

<editor objectid="00.0f.9b.00.00.26&lt;br&gt;Slot 0&lt;br&gt;MFC-8310" widgetroot="true" />

The following inserts a summary panel for the device:

<editor objectid="00.0f.9b.00.00.26&lt;br&gt;Slot 0&lt;br&gt;MFC-8310" template="summary" widgetroot="true" />

Figure 79 – Summary Editor