hpcc-systems / Visualization

HPCC JavaScript Framework
https://hpcc-systems.github.io/Visualization/
Other
92 stars 62 forks source link

Grid needs publish params to control look/feel while in designMode (for ACC) #1200

Closed jbrundage closed 8 years ago

jbrundage commented 8 years ago

ACC needs a version of Grid's designMode with these features:

Here's a link to test: http://rawgit.com/jbrundage/Visualization/Grid_Imps/demos/dermatology.html?src/layout/Grid&designMode=1&restrictDraggingOut=1

GordonSmith commented 8 years ago

I think I agree with all of those except I would add: If the drop target is the title bar of an existing widget then the swapping of the two widgets should be offered?

jbrundage commented 8 years ago

That makes sense

jbrundage commented 8 years ago

1242 currently adds these features to Grid:

jbrundage commented 8 years ago

1242 now adds the ability to enable/disable cell selecting via disableCellSelection

jbrundage commented 8 years ago

1242 now adds the publish param restrictDraggingOut, which prevents a moving (or resizing) dragCell beyond the edges of the Grid (if true)