Searched defs:delimChar (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/autocomplete/
H A Dautocomplete-debug.js243 * @property delimChar
246 YAHOO.widget.AutoComplete.prototype.delimChar = null;
954 var delimChar = this.delimChar;
955 if(YAHOO.lang.isString(delimChar)) {
956 this.delimChar = [delimChar];
958 else if(!YAHOO.lang.isArray(delimChar)) {
959 this.delimChar = null;
973 if(this.forceSelection && delimChar) {
[all...]
H A Dautocomplete-min.js24 else{}};YAHOO.widget.AutoComplete.prototype.dataSource=null;YAHOO.widget.AutoComplete.prototype.minQueryLength=1;YAHOO.widget.AutoComplete.prototype.maxResultsDisplayed=10;YAHOO.widget.AutoComplete.prototype.queryDelay=0.2;YAHOO.widget.AutoComplete.prototype.highlightClassName="yui-ac-highlight";YAHOO.widget.AutoComplete.prototype.prehighlightClassName=null;YAHOO.widget.AutoComplete.prototype.delimChar=null;YAHOO.widget.AutoComplete.prototype.autoHighlight=true;YAHOO.widget.AutoComplete.prototype.typeAhead=false;YAHOO.widget.AutoComplete.prototype.animHoriz=false;YAHOO.widget.AutoComplete.prototype.animVert=true;YAHOO.widget.AutoComplete.prototype.animSpeed=0.3;YAHOO.widget.AutoComplete.prototype.forceSelection=false;YAHOO.widget.AutoComplete.prototype.allowBrowserAutocomplete=true;YAHOO.widget.AutoComplete.prototype.alwaysShowContainer=false;YAHOO.widget.AutoComplete.prototype.useIFrame=false;YAHOO.widget.AutoComplete.prototype.useShadow=false;YAHOO.widget.AutoComplete.prototype.toString=function(){return"AutoComplete "+this._sName;};YAHOO.widget.AutoComplete.prototype.isContainerOpen=function(){return this._bContainerOpen;};YAHOO.widget.AutoComplete.prototype.getListItems=function(){return this._aListItems;};YAHOO.widget.AutoComplete.prototype.getListItemData=function(oListItem){if(oListItem._oResultData){return oListItem._oResultData;}
33 var delimChar=this.delimChar;if(YAHOO.lang.isString(delimChar)){this.delimChar=[delimChar];}
34 else if(!YAHOO.lang.isArray(delimChar)){this.delimChar=null;}
38 if(this.forceSelection&&delimChar){}};YAHOO.widget.AutoComplete.prototype._initContainerHelpers=function(){if(this.useShadow&&!this._oContainer._oShadow){var oShadow=document.createElement("div");oShadow.className="yui-ac-shadow";this._oContainer._oShadow=this._oContainer.appendChild(oShadow);}
45 var aDelimChar=(this.delimChar)
[all...]
H A Dautocomplete.js236 * @property delimChar
239 YAHOO.widget.AutoComplete.prototype.delimChar = null;
946 var delimChar = this.delimChar;
947 if(YAHOO.lang.isString(delimChar)) {
948 this.delimChar = [delimChar];
950 else if(!YAHOO.lang.isArray(delimChar)) {
951 this.delimChar = null;
965 if(this.forceSelection && delimChar) {
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/autocomplete/
H A Dautocomplete-debug.js243 * @property delimChar
246 YAHOO.widget.AutoComplete.prototype.delimChar = null;
954 var delimChar = this.delimChar;
955 if(YAHOO.lang.isString(delimChar)) {
956 this.delimChar = [delimChar];
958 else if(!YAHOO.lang.isArray(delimChar)) {
959 this.delimChar = null;
973 if(this.forceSelection && delimChar) {
[all...]
H A Dautocomplete-min.js24 else{}};YAHOO.widget.AutoComplete.prototype.dataSource=null;YAHOO.widget.AutoComplete.prototype.minQueryLength=1;YAHOO.widget.AutoComplete.prototype.maxResultsDisplayed=10;YAHOO.widget.AutoComplete.prototype.queryDelay=0.2;YAHOO.widget.AutoComplete.prototype.highlightClassName="yui-ac-highlight";YAHOO.widget.AutoComplete.prototype.prehighlightClassName=null;YAHOO.widget.AutoComplete.prototype.delimChar=null;YAHOO.widget.AutoComplete.prototype.autoHighlight=true;YAHOO.widget.AutoComplete.prototype.typeAhead=false;YAHOO.widget.AutoComplete.prototype.animHoriz=false;YAHOO.widget.AutoComplete.prototype.animVert=true;YAHOO.widget.AutoComplete.prototype.animSpeed=0.3;YAHOO.widget.AutoComplete.prototype.forceSelection=false;YAHOO.widget.AutoComplete.prototype.allowBrowserAutocomplete=true;YAHOO.widget.AutoComplete.prototype.alwaysShowContainer=false;YAHOO.widget.AutoComplete.prototype.useIFrame=false;YAHOO.widget.AutoComplete.prototype.useShadow=false;YAHOO.widget.AutoComplete.prototype.toString=function(){return"AutoComplete "+this._sName;};YAHOO.widget.AutoComplete.prototype.isContainerOpen=function(){return this._bContainerOpen;};YAHOO.widget.AutoComplete.prototype.getListItems=function(){return this._aListItems;};YAHOO.widget.AutoComplete.prototype.getListItemData=function(oListItem){if(oListItem._oResultData){return oListItem._oResultData;}
33 var delimChar=this.delimChar;if(YAHOO.lang.isString(delimChar)){this.delimChar=[delimChar];}
34 else if(!YAHOO.lang.isArray(delimChar)){this.delimChar=null;}
38 if(this.forceSelection&&delimChar){}};YAHOO.widget.AutoComplete.prototype._initContainerHelpers=function(){if(this.useShadow&&!this._oContainer._oShadow){var oShadow=document.createElement("div");oShadow.className="yui-ac-shadow";this._oContainer._oShadow=this._oContainer.appendChild(oShadow);}
45 var aDelimChar=(this.delimChar)
[all...]
H A Dautocomplete.js236 * @property delimChar
239 YAHOO.widget.AutoComplete.prototype.delimChar = null;
946 var delimChar = this.delimChar;
947 if(YAHOO.lang.isString(delimChar)) {
948 this.delimChar = [delimChar];
950 else if(!YAHOO.lang.isArray(delimChar)) {
951 this.delimChar = null;
965 if(this.forceSelection && delimChar) {
[all...]

Completed in 53 milliseconds