w2toolbar.uncheck

Unchecks toolbar item or items with id (visually looks like pressed button).
uncheck(id1, [id2], ...)
id string, id of the toolbar item
Returns integer.

Description

The item(s) must exists in the .items array of the toolbar. The toolbar item is identified by the .id property. The method returns the number of unchecked items that were checked before.
If you have toolbar defined in the following way: You can uncheck toolbar item:

User Comments

comments powered by Disqus