I am trying to adjust the plugin demoed here http://www.gxdeveloperweb.com/dashboardplugin/demo/dashboard.html to my needs.
The most urgent thing is that widgets must have parameter(in config file for example) – widget position is “fixed” or “not fixed” on the scheme.
So how could i do that and how to make a widget not draggable?
Many thanks in advance!
You can just add have the
itemsproperty and only have the items that do not have the fixed class.Here is a fiddle: http://jsfiddle.net/MadLittleMods/DUSKm/
As well as the simple code here:
jQuery:
HTML: