Lines Matching defs:theme
46 this.theme = this.options.theme && this.options.themes && this.options.themes[this.options.theme] || Typeahead.defaults.themes[Typeahead.defaults.theme];
47 this.$menu = jQuery(this.options.menu || this.theme.menu);
342 return jQuery(that.options.headerHtml || that.theme.headerHtml).text(item.name)[0];
346 return jQuery(that.options.headerDivider || that.theme.headerDivider)[0];
350 i = jQuery(that.options.item || that.theme.item).data('value', item);
351 i.find(that.options.itemContentSelector || that.theme.itemContentSelector)
352 .addBack(that.options.itemContentSelector || that.theme.itemContentSelector)
391 next = jQuery(this.$menu.find(jQuery(this.options.item || this.theme.item).prop('tagName'))[0]);
411 prev = this.$menu.find(jQuery(this.options.item || this.theme.item).prop('tagName')).last();
438 var itemTagName = jQuery(this.options.item || this.theme.item).prop('tagName');
715 theme: "bootstrap4",