Code:
array (
'421003e1-7dc4-dcfd-ed7a-4adf6ba02e97' =>
array (
'className' => 'Leads',
'module' => 'MyLeadsDashlet',
'fileLocation' => NULL,
'options' =>
array (
'title' => 'My Leads',
),
),
'4263035f-0384-38b6-9d84-4adf6be0a4eb' =>
array (
'className' => 'iFrameDashlet',
'module' => 'iFrames',
'fileLocation' => 'modules/iFrames/Dashlets/iFrameDashlet/iFrameDashlet.php',
'options' =>
array (
'title' => 'Reference Code',
'url' => 'http://172.16.100.20/iframes/refcode.php',
'height' => 50,
),
),
'4f610448-9fa7-360a-097c-4adf6b271216' =>
array (
'className' => 'MyLeadsDashlet',
'module' => 'Leads',
'fileLocation' => 'modules/Leads/Dashlets/MyLeadsDashlet/MyLeadsDashlet.php',
'options' =>
array (
'filters' =>
array (
'date_entered' =>
array (
),
'status' =>
array (
0 => 'New',
1 => 'Contacted',
2 => 'Notary Scheduled',
),
),
'title' => 'My Leads',
'myItemsOnly' => 'true',
'displayRows' => '5',
'displayColumns' =>
array (
0 => 'name',
1 => 'phone_home',
2 => 'phone_mobile',
3 => 'date_entered',
),
),
),
'54eb09b5-1409-0ac4-58a7-4adf6b4af06f' =>
array (
'className' => 'MyCallsDashlet',
'module' => 'Calls',
'fileLocation' => 'modules/Calls/Dashlets/MyCallsDashlet/MyCallsDashlet.php',
'options' =>
array (
),
),
'59ea05f9-ea92-88e8-da20-4adf6bc581f0' =>
array (
'className' => 'MyMeetingsDashlet',
'module' => 'Meetings',
'fileLocation' => 'modules/Meetings/Dashlets/MyMeetingsDashlet/MyMeetingsDashlet.php',
'options' =>
array (
),
),
)
Well that is not right, My Leads (first dashlet) had two columns added and properties changed... where can I print out the options so that I can add them into my default dashlet loader?
Bookmarks