Table of Contents
setDisabled Method 

Enables or disables the tool bar item.

Syntax
JavaScript
 ToolBarItem.setDisabled(disabled)

Parameters

disabled
true to disable the tool bar item, false to enable the tool bar item.
See Also