Documentation

body

the content of window body: template or view

string|WebixView body;

Example

webix.ui({
    view:"window",
    head:"This window can be moved",
    body:{
        template:"Some text"
    }
}).show();

See also

Back to top