|
|
@ -4730,6 +4730,10 @@ function _bindTabEvent() {
|
|
|
|
function _bindFocusEvent() {
|
|
|
|
function _bindFocusEvent() {
|
|
|
|
var self = this;
|
|
|
|
var self = this;
|
|
|
|
K(self.edit.textarea[0], self.edit.win).focus(function(e) {
|
|
|
|
K(self.edit.textarea[0], self.edit.win).focus(function(e) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(typeof self.options.enable_at === 'function'){
|
|
|
|
|
|
|
|
self.options.enable_at();
|
|
|
|
|
|
|
|
}
|
|
|
|
if (self.afterFocus) {
|
|
|
|
if (self.afterFocus) {
|
|
|
|
self.afterFocus.call(self, e);
|
|
|
|
self.afterFocus.call(self, e);
|
|
|
|
}
|
|
|
|
}
|
|
|
|