shown event described only in container
This commit is contained in:
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user