getBody

returns the view object of a Webix view inside align

object getBody();
objectthe view object of a Webix view iside align

Example

webix.ui({
    id:"wrapper", view:"align", align:"middle,center",
    body:{
        view:"datatable", autoConfig:true,
        autoheight:true, autowidth:true
    }
}); 
 
var grid = $$("wrapper").getBody();
grid.parse(grid_data);

See also
  • API
  • Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.