jQuery-gridmanager
jQuery-gridmanager copied to clipboard
A way of building rows and grids with built in editable regions; requires jQuery, jQueryUI, Bootstrap 3.x, & optional TinyMCE or CKEditor
Hello, i have a problem with gridmanger and CKEditor (4.4.7) if i create more than one row, and i want to edit the content, the focus (and the bind editor)...
I am currently integrating this with a Laravel application, where CSRF protection is enabled by default. I would love to see request headers integrated into gm, for example through an...
Hi, When I move column for the 2nd time the column is showing all the way at top. For example when i move column which is at the bottom, it...
Hi, I have found an issue related to align center to an image. When i click align center for image and then preview it. we are not able to apply...
there is many style-class so make a sub-object, style then all the properties regarding style would be treated like this which is much better to understand options.style.xxx Old-name New-name controlMove...
Hello, i want to remove and recreate the Gridmanager on the fly, but i have a big problem: **Create the gridmanager** ``` javascript var object = $(''); var gm =...
See: https://github.com/DHoffm/Bootstrap-editor/issues/2 Commit with solution: https://github.com/DHoffm/Bootstrap-editor/issues/2 Those lines are the important ones: ``` var label = val[0]; var _class = gm.generateButtonClass(val[1]); buttons.push(" " + label + " " + _class...
Now the internal functions are exposed, people might want to build their own click handlers etc, or integrate their controls into a pre-existing CMS structure etc.