Skip to main content

Inline dashboard

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></p>');
$('.inlineDashboard').load('main?command=board&Dashboard=4&HideLinks=1');