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