dijit
»
_editor
»
plugins
»
ToggleDir
» _initButton
dijit._editor.plugins.ToggleDir._initButton
dojo.require("dijit._editor.plugins.ToggleDir");
defined in dijit/_editor/plugins/ToggleDir.js
Usage
function ()
(view source)
this
.
inherited
(
"_initButton"
, arguments
)
;
this
.
connect
(
this
.
button
,
"onClick"
,
this
._toggleDir
)
;