dijit
»
_editor
»
RichText
» _onMouseDown
dijit._editor.RichText._onMouseDown
dojo.require("dijit._editor.RichText");
defined in dijit/_editor/RichText.js
Usage
function (e)
(view source)
if
(
!
this
._focused
&&
!
this
.
disabled
)
{
this
.
focus
(
)
;
}
parameter
type
description
e