DHoffm / Bootstrap-editor

Gridmanager bootstrap editor plugin integration into Joomla.
9 stars 8 forks source link

Custom Labels #2

Closed mikeh000 closed 10 years ago

mikeh000 commented 10 years ago

Give ability to add custom labels to each different grid button, as seen by end user: http://screencast.com/t/EWFXM0pivHuL . To some end users, seeing those numbers won't make much sense.

DHoffm commented 10 years ago

Thanks for the tip.

That should be pretty straightforward. The column presets are already changeable on the plugin settings via input field. Those are the defaults: [12],[6,6],[4,4,4],[3,3,3,3],[2,2,2,2,2,2],[2,8,2],[4,8],[8,4] Probably the easiest way is to modify the format a bit: ['full';12],['half';6,6],['third';4,4,4]... and so on.

DHoffm commented 10 years ago

The last commit https://github.com/DHoffm/Bootstrap-editor/commit/fca9cd055d085f03150a2a8b09301f0c5186342c contains the updated Joomla package which includes the requested feature. The latest version is also linked on the joomla extension page. Can you review it and respond here. I will close the issue afterwards.

mikeh000 commented 10 years ago

Nevermind, I uninstalled old version and installed new one from fresh. Works great with labels now. Can you send me a place where I can contact you privately about some coding?