Searched refs:SearchInput (Results 1 – 1 of 1) sorted by relevance
2728 function SearchInput(el, options) { class2730 this.options = $.extend({}, SearchInput.DEFAULTS_, options);2739 SearchInput.DEFAULTS_ = {2750 SearchInput.prototype.init = function() { class2757 SearchInput.prototype.setActiveState = function() {2770 SearchInput.prototype.unsetActiveStateHandler_ = function(event) {2775 SearchInput.prototype.unsetActiveState = function() {2781 SearchInput.prototype.clearInput = function(event) {2787 SearchInput.prototype.checkInputValue = function() {2802 el.data('search-input.dac', new SearchInput(el, el.data()));