Searched refs:updater (Results 1 – 7 of 7) sorted by relevance
35 this.updater = this.options.updater || this.updater49 .val(this.updater(val))54 , updater: function (item) { method in Typeahead
1 …updater=this.options.updater||this.updater;this.displayText=this.options.displayText||this.display… method in c
39 this.updater = this.options.updater || this.updater;75 var newVal = this.updater(val);95 var newVal = this.updater(val);128 updater: function (item) { method in Typeahead400 var newVal = this.updater(next.data('value'));420 var newVal = this.updater(prev.data('value'));
1673 this.updater = this.options.updater || this.updater1685 .val(this.updater(val))1688 }, updater: function (item) { method in Typeahead
894 this.updater = this.options.updater || this.updater;902 this.$element.val(this.updater(d)).change();904 }, updater: function (d) { method in c
1033 this.updater = {};1046 this.updater.options.onComplete = undefined;1063 this.updater = new Ajax.Updater(this.container, this.url, this.options);