1 <?xml version=
"1.0" encoding=
"iso-8859-1" ?>
4 <base>CRM/Contact
</base>
5 <class>DashboardContact
</class>
6 <name>civicrm_dashboard_contact
</name>
7 <comment>Table to store dashboard for each contact.
</comment>
11 <type>int unsigned
</type>
12 <title>Dashboard Contact ID
</title>
13 <required>true
</required>
18 <autoincrement>true
</autoincrement>
21 <name>dashboard_id
</name>
22 <type>int unsigned
</type>
23 <title>Dashboard
</title>
24 <required>true
</required>
25 <comment>Dashboard ID
</comment>
29 <name>dashboard_id
</name>
30 <table>civicrm_dashboard
</table>
32 <onDelete>CASCADE
</onDelete>
36 <name>contact_id
</name>
37 <type>int unsigned
</type>
38 <title>Dashboard Contact
</title>
39 <required>true
</required>
40 <comment>Contact ID
</comment>
44 <name>contact_id
</name>
45 <table>civicrm_contact
</table>
47 <onDelete>CASCADE
</onDelete>
51 <name>column_no
</name>
53 <comment>column no for this widget
</comment>
58 <name>is_minimized
</name>
60 <title>Dashlet is Minimized?
</title>
61 <comment>Is Minimized?
</comment>
66 <name>is_fullscreen
</name>
68 <title>Dashlet is FullScreen?
</title>
69 <comment>Is Fullscreen?
</comment>
74 <name>is_active
</name>
76 <title>Dashlet is Active?
</title>
77 <comment>Is this widget active?
</comment>
84 <comment>Ordering of the widgets.
</comment>
91 <comment>dashlet content
</comment>
95 <name>created_date
</name>
97 <title>Dashlet Created On
</title>
98 <comment>When was content populated
</comment>