Application Definition File
dashboard Element
Application Definition File > application Element > dashboards Element : dashboard Element
Description

Defines a dashboard for M-Files application.

Namespace (none)
Diagram
icon-selected Element icon Element allow-selection Element trusted-content Element content Element Sequence dashboard Element
Overview
dashboard 0..∞

Defines a dashboard for M-Files application.

name optional xs:string

Specifies the dashboard name.

id required xs:string

Specifies the dashboard identifier.

event-priority optional xs:integer

Specifies the event handling priority for this application module.

Sequence
content xs:string
Specifies the content file for the dashboard.
trusted-content 0..∞ xs:string
Specifies a trusted URL for dashboard.
allow-selection optional xs:boolean
Specifies if the dashboard content can be selected and copied to the clipboard.
icon optional xs:string
icon-selected optional xs:string
Attributes
NameTypeUseDefaultFixedDescription
namexs:stringoptional  

Specifies the dashboard name.

idxs:stringrequired  

Specifies the dashboard identifier.

event-priorityxs:integeroptional  

Specifies the event handling priority for this application module.

Source
<xs:element name="dashboard" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="content" type="xs:string" />
      <xs:element name="trusted-content" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
      <xs:element name="allow-selection" type="xs:boolean" minOccurs="0" />
      <xs:element name="icon" type="xs:string" minOccurs="0" maxOccurs="1" />
      <xs:element name="icon-selected" type="xs:string" minOccurs="0" maxOccurs="1" />
    </xs:sequence>
    <xs:attribute name="name" type="xs:string" />
    <xs:attribute name="id" use="required" type="xs:string" />
    <xs:attribute name="event-priority" type="xs:integer" />
  </xs:complexType>
</xs:element>
See Also
dashboards Elementapplication ElementApplication Definition File