shown event described only in container

This commit is contained in:
vitalets 2012-11-22 14:18:45 +04:00
parent a74ffb571d
commit eb20fc6fe0

@ -62,6 +62,11 @@ Applied as jQuery method.
@event shown
@param {Object} event event object
@example
$('#username').on('shown', function() {
var $tip = $(this).data('editableContainer').tip();
$tip.find('input').val('overwriting value of input..');
});
**/
this.$element.triggerHandler('shown');
}, this)