comments for shown event
This commit is contained in:
@ -125,8 +125,8 @@ Applied as jQuery method.
|
|||||||
@param {Object} event event object
|
@param {Object} event event object
|
||||||
@example
|
@example
|
||||||
$('#username').on('shown', function() {
|
$('#username').on('shown', function() {
|
||||||
var $tip = $(this).data('editableContainer').tip();
|
var editable = $(this).data('editable');
|
||||||
$tip.find('input').val('overwriting value of input..');
|
editable.input.$input.val('overwriting value of input..');
|
||||||
});
|
});
|
||||||
**/
|
**/
|
||||||
this.$element.triggerHandler('shown');
|
this.$element.triggerHandler('shown');
|
||||||
|
Reference in New Issue
Block a user