isItemEnabled

checks whether the item is enabled

boolean isItemEnabled();
booleantrue if the item is enabled, otherwise - false

Example

$$("list1").isItemEnabled(2);
// true or false

See also
Back to top