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

Callbacks only accept lower-case functions #68

Open madc opened 9 years ago

madc commented 9 years ago

Callbacks, for custom controls in my case, can only consist of lower-case chars. Having an uper-case char (i.e. camelCase) in the function name will result in a "function not found" error.