<prop> Element

The <prop> element is used to describe block characteristics and functions.

As a rule, a dashboard consists of typical blocks described with the standard list of properties. The list of properties for such typical blocks is given in respective specification section.

Syntax

The <prop> element can be primitive or structural depending on its contents.

The tag that describes the primitive element (usually a field) can contain only a specific value given in the val attribute.

<prop tag="" val="" />
 

The tag that describes the structural element may have various syntax types:

<prop tag="">
  <prop>...</prop>
  
...
  <prop>...</prop>
</
prop>
 

<prop tag="">
  <prop>...</prop>
  ...
  <prop>...</prop>
  <area>...</area>
</prop>
 

<prop tag="">
  <area>...</area>
  
...
  <area>...</area>
</
prop>
 

<prop tag="">
  <item>...</item>
  
...
  <item>...</item>
</
prop>

Element Attributes

Attribute Description
tag Property name.
val Property value.

See also:

Dashboard Constructive Elements