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

@ -28,11 +28,10 @@
this.call('update', $content);
},
show: function () {
innerShow: function () {
this.$form.editableform('render');
this.tip().addClass('editable-container');
this.call('show');
this.tip().addClass('editable-container');
this.$form.data('editableform').input.activate();
},