onblur option ready, need test

This commit is contained in:
vitalets
2012-11-28 21:24:51 +04:00
parent ee13a2b1fb
commit 79847d1d92
5 changed files with 140 additions and 48 deletions

@ -50,7 +50,7 @@
return this.container()._find(this.container().element);
},
show: function() {
innerShow: function() {
this.call('open');
this.tip().addClass('editable-container');
@ -62,12 +62,8 @@
this.$form.editableform('render');
},
hide: function() {
if(!this.tip() || !this.tip().is(':visible')) {
return;
}
innerHide: function() {
this.call('close');
this.$element.triggerHandler('hidden');
},
setPosition: function() {