Dashboard Drag and Drop - Dashboard Drag and Drop - Community forums - Akumina Community

Community forums

Forum Navigation
Please or Register to create posts and topics.

Dashboard Drag and Drop

Hello,

 

I am a bit confused about how to use the dashboard drag and drop widget.

 

I have a div within my page where we want users to be allowed to customize their home page with 4 of 8 possible widgets. I have put an instance of the widget on the page but am not quite sure how to define a specific div to place the widgets and which widgets are allowed within that div. Any input?

 

Thank you,

Sara

The drag drop widget is placed on a page just like others - however, what you can do is use the dashboard.aspx page as a model. So try this:

 

<div class="interAction">
<div id="pageholder">
<br/> ​<br/></div>
</div>

 

or this (using the default id):

 

<div class="interAction">
<div id="pageholder">
<div id="706900fd-1315-4cf5-9fc3-04ccc30da00e" class="ak-page ak-widget">
</div>
</div>

 

//]]>