comments for docs
This commit is contained in:
src
@ -388,7 +388,8 @@ Applied as jQuery method.
|
|||||||
**/
|
**/
|
||||||
autohide: true,
|
autohide: true,
|
||||||
/**
|
/**
|
||||||
Action when click outside container. Can be <code>cancel|submit|ignore</code>
|
Action when user clicks outside the container. Can be <code>cancel|submit|ignore</code>
|
||||||
|
Setting <code>ignore</code> ignore allows to have several containers open.
|
||||||
|
|
||||||
@property onblur
|
@property onblur
|
||||||
@type string
|
@type string
|
||||||
@ -409,4 +410,4 @@ Applied as jQuery method.
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
}(window.jQuery));
|
}(window.jQuery));
|
||||||
|
@ -123,7 +123,7 @@ To create your own input you should inherit from this class.
|
|||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
method to escape html
|
method to escape html.
|
||||||
**/
|
**/
|
||||||
escape: function(str) {
|
escape: function(str) {
|
||||||
return $('<div>').text(str).html();
|
return $('<div>').text(str).html();
|
||||||
|
Reference in New Issue
Block a user