shown event addad fixes

This commit is contained in:
vitalets
2012-11-22 13:49:08 +04:00
parent 486eee1707
commit 29a5db1c35
8 changed files with 42 additions and 41 deletions

@ -290,7 +290,7 @@ Makes editable any HTML element on the page. Applied as jQuery method.
this.setValue(params.newValue);
/**
Fired when new value was submitted. You can use <code>$(this).data('editable')</code> inside handler to access to editable instance
Fired when new value was submitted. You can use <code>$(this).data('editable')</code> to access to editable instance
@event save
@param {Object} event event object
@ -307,7 +307,8 @@ Makes editable any HTML element on the page. Applied as jQuery method.
alert('error!');
}
});
**/
**/
//event itself is triggered by editableContainer. Description here is only for documentation
},
validate: function () {