Searched defs:_toggleHighlight (Results 1 - 6 of 6) sorted by relevance
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/autocomplete/ |
H A D | autocomplete-debug.js | 1295 oSelf._toggleHighlight(oFirstItem,"to"); 1480 this._toggleHighlight(this._oCurItem,"from"); 1585 * @method _toggleHighlight 1590 YAHOO.widget.AutoComplete.prototype._toggleHighlight = function(oNewItem, sType) { 1730 this._toggleHighlight(oCurItem, "from"); 1793 this._toggleHighlight(oNewItem, "to"); 1821 oSelf._toggleHighlight(this,"to"); 1841 oSelf._toggleHighlight(this,"from"); 1858 oSelf._toggleHighlight(this,"to"); 1886 oSelf._toggleHighlight(oSel [all...] |
H A D | autocomplete-min.js | 57 var ok=oSelf.doBeforeExpandContainer(oSelf._oTextbox,oSelf._oContainer,sQuery,aResults);oSelf._toggleContainer(ok);if(oSelf.autoHighlight){var oFirstItem=aItems[0];oSelf._toggleHighlight(oFirstItem,"to");oSelf.itemArrowToEvent.fire(oSelf,oFirstItem);oSelf._typeAhead(oFirstItem,sQuery);} 72 if(this._oCurItem){this._toggleHighlight(this._oCurItem,"from");} 84 this._toggleContainerHelpers(bShow);this._bContainerOpen=bShow;}};YAHOO.widget.AutoComplete.prototype._toggleHighlight=function(oNewItem,sType){var sHighlight=this.highlightClassName;if(this._oCurItem){YAHOO.util.Dom.removeClass(this._oCurItem,sHighlight);} 94 if(oCurItem){this._toggleHighlight(oCurItem,"from");this.itemArrowFromEvent.fire(this,oCurItem);} 104 this._toggleHighlight(oNewItem,"to");this.itemArrowToEvent.fire(this,oNewItem);if(this.typeAhead){this._updateValue(oNewItem);}}};YAHOO.widget.AutoComplete.prototype._onItemMouseover=function(v,oSelf){if(oSelf.prehighlightClassName){oSelf._togglePrehighlight(this,"mouseover");} 105 else{oSelf._toggleHighlight(this,"to");} 107 else{oSelf._toggleHighlight(this,"from");} 108 oSelf.itemMouseOutEvent.fire(oSelf,this);};YAHOO.widget.AutoComplete.prototype._onItemMouseclick=function(v,oSelf){oSelf._toggleHighlight(this,"to");oSelf._selectItem(this);};YAHOO.widget.AutoComplete.prototype._onContainerMouseover=function(v,oSelf){oSelf._bOverContainer=true;};YAHOO.widget.AutoComplete.prototype._onContainerMouseout=function(v,oSelf){oSelf._bOverContainer=false;if(oSelf._oCurItem){oSelf._toggleHighlight(oSelf._oCurItem,"to");}};YAHOO.widget.AutoComplete.prototype._onContainerScroll=function(v,oSelf){oSelf._oTextbox.focus();};YAHOO.widget.AutoComplete.prototype._onContainerResize=function(v,oSelf){oSelf._toggleContainerHelpers(oSelf._bContainerOpen);};YAHOO.widget.AutoComplete.prototype._onTextboxKeyDown=function(v,oSelf){var nKeyCode=v.keyCode;switch(nKeyCode){case 9:if(oSelf._oCurItem){if(oSelf.delimChar&&(oSelf._nKeyCode!=nKeyCode)){if(oSelf._bContainerOpen){YAHOO.util.Event.stopEvent(v);}}
|
H A D | autocomplete.js | 1281 oSelf._toggleHighlight(oFirstItem,"to"); 1462 this._toggleHighlight(this._oCurItem,"from"); 1563 * @method _toggleHighlight 1568 YAHOO.widget.AutoComplete.prototype._toggleHighlight = function(oNewItem, sType) { 1707 this._toggleHighlight(oCurItem, "from"); 1769 this._toggleHighlight(oNewItem, "to"); 1796 oSelf._toggleHighlight(this,"to"); 1815 oSelf._toggleHighlight(this,"from"); 1831 oSelf._toggleHighlight(this,"to"); 1859 oSelf._toggleHighlight(oSel [all...] |
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/autocomplete/ |
H A D | autocomplete-debug.js | 1295 oSelf._toggleHighlight(oFirstItem,"to"); 1480 this._toggleHighlight(this._oCurItem,"from"); 1585 * @method _toggleHighlight 1590 YAHOO.widget.AutoComplete.prototype._toggleHighlight = function(oNewItem, sType) { 1730 this._toggleHighlight(oCurItem, "from"); 1793 this._toggleHighlight(oNewItem, "to"); 1821 oSelf._toggleHighlight(this,"to"); 1841 oSelf._toggleHighlight(this,"from"); 1858 oSelf._toggleHighlight(this,"to"); 1886 oSelf._toggleHighlight(oSel [all...] |
H A D | autocomplete-min.js | 57 var ok=oSelf.doBeforeExpandContainer(oSelf._oTextbox,oSelf._oContainer,sQuery,aResults);oSelf._toggleContainer(ok);if(oSelf.autoHighlight){var oFirstItem=aItems[0];oSelf._toggleHighlight(oFirstItem,"to");oSelf.itemArrowToEvent.fire(oSelf,oFirstItem);oSelf._typeAhead(oFirstItem,sQuery);} 72 if(this._oCurItem){this._toggleHighlight(this._oCurItem,"from");} 84 this._toggleContainerHelpers(bShow);this._bContainerOpen=bShow;}};YAHOO.widget.AutoComplete.prototype._toggleHighlight=function(oNewItem,sType){var sHighlight=this.highlightClassName;if(this._oCurItem){YAHOO.util.Dom.removeClass(this._oCurItem,sHighlight);} 94 if(oCurItem){this._toggleHighlight(oCurItem,"from");this.itemArrowFromEvent.fire(this,oCurItem);} 104 this._toggleHighlight(oNewItem,"to");this.itemArrowToEvent.fire(this,oNewItem);if(this.typeAhead){this._updateValue(oNewItem);}}};YAHOO.widget.AutoComplete.prototype._onItemMouseover=function(v,oSelf){if(oSelf.prehighlightClassName){oSelf._togglePrehighlight(this,"mouseover");} 105 else{oSelf._toggleHighlight(this,"to");} 107 else{oSelf._toggleHighlight(this,"from");} 108 oSelf.itemMouseOutEvent.fire(oSelf,this);};YAHOO.widget.AutoComplete.prototype._onItemMouseclick=function(v,oSelf){oSelf._toggleHighlight(this,"to");oSelf._selectItem(this);};YAHOO.widget.AutoComplete.prototype._onContainerMouseover=function(v,oSelf){oSelf._bOverContainer=true;};YAHOO.widget.AutoComplete.prototype._onContainerMouseout=function(v,oSelf){oSelf._bOverContainer=false;if(oSelf._oCurItem){oSelf._toggleHighlight(oSelf._oCurItem,"to");}};YAHOO.widget.AutoComplete.prototype._onContainerScroll=function(v,oSelf){oSelf._oTextbox.focus();};YAHOO.widget.AutoComplete.prototype._onContainerResize=function(v,oSelf){oSelf._toggleContainerHelpers(oSelf._bContainerOpen);};YAHOO.widget.AutoComplete.prototype._onTextboxKeyDown=function(v,oSelf){var nKeyCode=v.keyCode;switch(nKeyCode){case 9:if(oSelf._oCurItem){if(oSelf.delimChar&&(oSelf._nKeyCode!=nKeyCode)){if(oSelf._bContainerOpen){YAHOO.util.Event.stopEvent(v);}}
|
H A D | autocomplete.js | 1281 oSelf._toggleHighlight(oFirstItem,"to"); 1462 this._toggleHighlight(this._oCurItem,"from"); 1563 * @method _toggleHighlight 1568 YAHOO.widget.AutoComplete.prototype._toggleHighlight = function(oNewItem, sType) { 1707 this._toggleHighlight(oCurItem, "from"); 1769 this._toggleHighlight(oNewItem, "to"); 1796 oSelf._toggleHighlight(this,"to"); 1815 oSelf._toggleHighlight(this,"from"); 1831 oSelf._toggleHighlight(this,"to"); 1859 oSelf._toggleHighlight(oSel [all...] |
Completed in 366 milliseconds