Gantt quick info extension

Is there any documentation on the gantts’ quick info extension? I found this demo:

docs.dhtmlx.com/gantt/samples/02 … kinfo.html

and added the dhtmlxgantt_quick_info.js file to my project. I’d like to customize it a bit more but can’t seem to find any documentation on this. Is there something online and I’m just blind to find it?

Hello,
here is some info on templates used by an extension
docs.dhtmlx.com/gantt/desktop__t … lates.html
Please specify if you need more details

Is it possible to add extra buttons/checkboxes/etc to it? I’ve customized my our lightbox quite a bit and was hoping this would be similar.

You can configure the available buttons text only.

Quick info is not a replacement for the lightbox, it doesn’t have a capability to show full fledge editors. ( you can put an HTML checkbox through template though )

Hi there, just following up with another question about the quick info buttons - is it possible to move them to the right side of the container? I know with the standard Gantt you can do a 'gantt.config.buttons_right = ‘button names’ but will this also work with the quick info buttons?

Just add style like next to the page

<style> .gantt_cal_qi_controls div { float: right; } </style>