Skip to content

Collection selectable

maxkfranz edited this page Apr 13, 2012 · 1 revision

ele.selectable()

Get whether the element is selectable.

ele.selectable()

Gets whether the element can be selected.

Details

This function returns whether an element can be selected. When ele.selectable() is false, the element can not be selected neither by user events (e.g. clicking, drag selecting) nor programmatically via eles.select().

Clone this wiki locally