neokoenig / jQuery-gridmanager

A way of building rows and grids with built in editable regions; requires jQuery, jQueryUI, Bootstrap 3.x, & optional TinyMCE or CKEditor
http://neokoenig.github.io/jQuery-gridmanager/
461 stars 129 forks source link

Dyanmic layout #79

Closed Alidad3250 closed 8 years ago

Alidad3250 commented 8 years ago

I love this gridmanager, I'm using this for myself, I was wondering if there is possible to create with dynamic code, such as like after making change column or block, is that possible to save and view that page or refresh load page after changed!

please let me know thanks.

Alidad

neokoenig commented 8 years ago

if I understand you correctly, you're wanting to save whenever a change is made? There's no real hook for that I'm afraid, as you'd need to listen for all the onDrop() events from the drag and drop UI, but also monitor all the contents changing, whilst excluding all the gridmanager markup.