Widgets
Samples
Demos
Forum
Services
Documentation
enable
init
resize
Start
API Reference
Mixins
CustomScroll
Methods
enable
enables custom scroll
void
enable
(
HTMLElement|object
html_node
);
html_node
HTMLElement|object
html element or view for which custom scroll need to be enabled
Example
webix.
CustomScroll
.
enable
(
html_node
)
;
Back to top