deprecatednew Button(options, $el)button.jsline 21
Class Button UI
EXTENDS
- ToolbarItem
PARAMETERS
Name Type Description options
object = {tagName:'button',name:Button.name}
button options
PROPERTIES
Name Type Description className
string
button class name
command
string
command name to execute on click
event
string
event name to trigger on click
text
string
text on button
tooltip
string
text on tooltip
style
string
button style
state
string
button state
$el
jquery
button rootElement
Resizable