paulkinzett / toolbar

A tooltip style toolbar jQuery plugin
http://paulkinzett.github.com/toolbar/
MIT License
2.3k stars 321 forks source link

Method accesor #11

Closed mandx closed 11 years ago

mandx commented 11 years ago

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.