Documentation

disable

disables the calling view (makes it dimmed and unclickable)

void disable();

See also

Example

$$('mylist').disable();

Back to top