Members
string
# caption
Caption of the button.
This is a dijit attribute and should be accessed using dijit._WidgetBase
's get
and
set
methods.
string
# iconClass
The CSS class specifying the button's icon.
The class should specify an appropriately set background.
This is a dijit attribute and should be accessed using dijit._WidgetBase
's get
and
set
methods.
string
# iconUrl
The URL of the button's icon.
This is a dijit attribute and should be accessed using dijit._WidgetBase
's get
and
set
methods.
boolean
# iconVisible
The visibility of the button's icon.
This is a dijit attribute and should be accessed using dijit._WidgetBase
's get
and
set
methods.