Here's a mechanism of calling method on the Toolbar instance using $('#elem').toolbar('method_name', method_arg1, method_arg2, [...]). Method starting with an underscore ("_") are ignored. Also a new method is added: getToolbarElement to allow client code to obtain the container div of the tool buttons.
Here's a mechanism of calling method on the Toolbar instance using
$('#elem').toolbar('method_name', method_arg1, method_arg2, [...])
. Method starting with an underscore ("_") are ignored. Also a new method is added:getToolbarElement
to allow client code to obtain the container div of the tool buttons.