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