ui._fixHeight¶
webix.ui.
_fixHeight
([see official doc])¶webix.ui._fixHeight helper.
Please look into the linked official documentation.
External references¶
Code¶
1 2 3 4 5 6 | webix.ui._fixHeight = function (){
webix.html.addStyle("html, body{ height:100%; }");
document.body.className+=" webix_full_screen";
webix.ui._fixHeight = function(){};
webix.Touch.limit(false);
};
|