Home | History | Annotate | Download | only in resources

Lines Matching refs:_config

73         background-color: " + this._config.suggestionHighlightColor + ";\
74 color: " + this._config.suggestionHighlightTextColor + "; }";
75 text += "." + SuggestionPicker.ListEntryClass + ":focus .label { color: " + this._config.suggestionHighlightTextColor + "; }";
141 if (typeof this._config.inputWidth === "number")
142 desiredWindowWidth = Math.max(this._config.inputWidth, desiredWindowWidth);
168 if (this._config.isRTL)
170 if (this._config.isLocaleRTL)
174 for (var i = 0; i < this._config.suggestionValues.length; ++i) {
175 this._containerElement.appendChild(this._createSuggestionEntryElement(this._config.localizedSuggestionValues[i], this._config.suggestionLabels[i], this._config.suggestionValues[i]));
177 if (this._config.showOtherDateEntry) {
183 var otherEntry = this._createActionEntryElement(this._config.otherDateLabel, SuggestionPicker.ActionNames.OpenCalendarPicker);