Inline dashboard

From TempusServa wiki
Revision as of 23:41, 5 December 2017 by old>Admin (Created page with "In order to display a dashboard on a page for instance on an item add the following code to the custom script $('.mainContent form').append( "<p class=inlineDashboard>Loadi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In order to display a dashboard on a page for instance on an item add the following code to the custom script

$('.mainContent form').append( "

Loading ...

" );

 $('.inlineDashboard').load('main?command=board&Dashboard=4&HideLinks=1');