Documentation

allowSelect

enables selection in the document (disabled before by the denySelect method)

void allowSelect();

See also

Example

webix.html.allowSelect();

Back to top