Hi, I am working on a dhtmlx application based on data and forms. When a user wants to edit a form, a dhtmlx modal window is opened with the whole form in it, generated from data. The current form is made of a mix of JavaScript, JQuery and dhtmlx controls and is shown in one or two columns, depending on the width of the modal window.
I want to make the form responsive to the size of the modal form. I used Bootstrap for my tests and it seems Bootstrap is using the size of the screen. Bootstrap does not seem to be able to “see” the space given by the dhtmlx modal window, so I cannot get the form to be responsive.
I would prefer (a lot) to keep the current dhtmlx modal window and use Bootstrap to get a responsive form inside of it. Is there any way to do this?
Thank you very much for you help.
PS: On a normal page, a would use (Bootstrap) a container with a single row in it, and adjust the width of my controls (label + input) to be col-xs-12, col-sm-6, col-md4, as an example, so Bootstrap would rearrange the columns and where the controls are dynamically (responsive design). I want this in my dhtmlx modal window.
I made a small JSFiddle with a bootstrap modal to show an example of what I want. The fiddle uses a bootstrap modal, while I need to do this in a dhtmlx modal window.
[url]https://jsfiddle.net/davidgourde/42ze5wgv/[/url]