Form reconstruct not working

Работает ли данная конструкция для изменения элементов формы?

$$(‘form_modify’).define(“elements”, t);
$$(“form_modify”).reconstruct();

Нужно менять состав элементов формы например по изменению combo

Hey @Javaq, this construct should work just fine. I’ve attached an example of the functionality you’ve described in your post, please take a look at it: https://snippet.webix.com/cpzv2seo.
On a side note, please note that define is not the best way to rebuild the layout, instead, consider one of the common methods mentioned in this article: https://docs.webix.com/desktop__dynamic_layout.html#rebuildingapplicationlayout.


Здравствуйте, @Javaq. Данная конструкция должна работать нормально, ниже я привел пример по вашему кейсу: https://snippet.webix.com/cpzv2seo.
Также хотелось бы заметить, что использовать define для динамической перестройки layout’a не самый лучший способ. Вместо define можно воспользоваться методами webix.ui: https://docs.webix.com/desktop__dynamic_layout.html#rebuildingapplicationlayout.