w2toolbar.check

Checks toolbar item or items with id (visually looks like pressed button).
check(id1, [id2], ...)
id string, id of the toolbar item
Returns array that contains ids of effected items.

Description

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

User Comments

comments powered by Disqus