Is there any way to access the <coll_options> element from a DHTMLX data source? In DHTMLX Scheduler we use this for resources lists, and for creating menus in the lightbox. I’d like to use them in Mobile Scheduler to show menus in the Edit window.
Webix Scheduler does not export elements from dhtmlx. However, it is possible to customize “Edit form” of Scheduler. And you can add a select control if it is needed:
Our options array comes from our data feed and can’t be hard-coded into the form. It is created dynamically depending on the data. Is there any way to access this part of the data feed? We used to do it when the mobile toolkit was part of DHTMLX, but I don’t remember how.