Documentation

enable

enables the calling view that was disabled by the 'disable' method

void enable();

See also

Example

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

Back to top