when i use a “form” with “elements” - but put the elements in a “cols” object, the API of the form $$(“myForm”).elements brings an empty object
(webix 3.0.0 and 3.0.6)
Forget about it! my mistake.
- did not apply a name-tag in form elements, used only id.
form.elements must not contain anything when inputs do not have a “name” attribute. This is expected behavior
http://webix.com/snippet/c6f5210e
If form behave differently in your case, please share a snippet or a demo link