isEnabled

checks whether the view is enabled

boolean isEnabled();
booleantrue if the view is enabled, otherwise - false

Example

$$('mylist').isEnabled();

Related samples

See also
Back to top