jQuery-gridmanager icon indicating copy to clipboard operation
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

Results 34 jQuery-gridmanager issues
Sort by recently updated
recently updated
newest added

Hi, I needs to make a templates, based on Bootstrap 4 can i make from this library ??

Hi guys! Wonderful product, first of all. We are working on integrating it into a page builder we are creating for wordpress. I managed to drag widgets across columns, etc,...

hey, any way to pragmatically get the JSON representation of the grid from the internal storage of the grid manager ?

Hi, I'm about to work with GridManager and I have a question in context with fontawesome. I made a simple mvc project with components of GridManager as "jquery.gridmanager.css" and "jquery.gridmanager.js"....

when I click on **12** , **6-6** or any another format of grid then I want event on adding grid and also while I click delete button.

Is there any upcomming new version of this ? On the issues are such kind of information. for example: https://github.com/neokoenig/jQuery-gridmanager/issues/84

Hello, how can i destroy gridmanager instance? I not find it in documentation.

Hi, this is dead? :(

I have 2 gridmanagers on same page, and **gm.editableAreaFilter** clear code for both instances when user clicks preview button. This code works globally ``` $('.'+gm.options.controlNestedEditable, canvasElem).remove(); $('.'+gm.options.gmContentRegion).contents().unwrap(); ```

Hi I try to change content of canvas dynamically but every time it append for example new edit buttons. Is there something like a destroy-function or a function to reload...