form

linked form

string form;

Example

webix.ui({
  view:"popup", id:"popupform",
  body:{ view:"form", elements:[ /*...*/ ]}
});
 
webix.ui({
  view:"datatable", editable:true, form:"popupform"
});

Details

ID of linked form, which will be used for edit operations

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix html5 ui library and page of tree table ui product.