Dashboard Constructive Elements

A dashboard XML view may contain the following elements:

Below is the simplified general structure of dashboard:

<?xml version="1.0" encoding="UTF-8"?>

<kap>

    <!-- Container element description -->

    <area>

        <!-- Block description -->

        <block>

            <!-- Block properties description -->

          <prop>

              <item>

                <prop />

                <prop />

              </item>

          </prop>

        </block>

    </area>

</kap>

See also:

Purpose and Main Features