Searched defs:_moveSelection (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.js1706 * @method _moveSelection
1710 YAHOO.widget.AutoComplete.prototype._moveSelection = function(nKeyCode) {
1962 oSelf._moveSelection(nKeyCode);
1966 oSelf._moveSelection(nKeyCode);
H A Dautocomplete-min.js92 else{this._toggleContainer(false);}};YAHOO.widget.AutoComplete.prototype._moveSelection=function(nKeyCode){if(this._bContainerOpen){var oCurItem=this._oCurItem;var nCurItemIndex=-1;if(oCurItem){nCurItemIndex=oCurItem._nItemIndex;}
114 break;case 27:oSelf._toggleContainer(false);return;case 39:oSelf._jumpSelection();break;case 38:YAHOO.util.Event.stopEvent(v);oSelf._moveSelection(nKeyCode);break;case 40:YAHOO.util.Event.stopEvent(v);oSelf._moveSelection(nKeyCode);break;default:break;}};YAHOO.widget.AutoComplete.prototype._onTextboxKeyPress=function(v,oSelf){var nKeyCode=v.keyCode;var isMac=(navigator.userAgent.toLowerCase().indexOf("mac")!=-1);if(isMac){switch(nKeyCode){case 9:if(oSelf.delimChar&&(oSelf._nKeyCode!=nKeyCode)){YAHOO.util.Event.stopEvent(v);}
H A Dautocomplete.js1683 * @method _moveSelection
1687 YAHOO.widget.AutoComplete.prototype._moveSelection = function(nKeyCode) {
1935 oSelf._moveSelection(nKeyCode);
1939 oSelf._moveSelection(nKeyCode);
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/autocomplete/
H A Dautocomplete-debug.js1706 * @method _moveSelection
1710 YAHOO.widget.AutoComplete.prototype._moveSelection = function(nKeyCode) {
1962 oSelf._moveSelection(nKeyCode);
1966 oSelf._moveSelection(nKeyCode);
H A Dautocomplete-min.js92 else{this._toggleContainer(false);}};YAHOO.widget.AutoComplete.prototype._moveSelection=function(nKeyCode){if(this._bContainerOpen){var oCurItem=this._oCurItem;var nCurItemIndex=-1;if(oCurItem){nCurItemIndex=oCurItem._nItemIndex;}
114 break;case 27:oSelf._toggleContainer(false);return;case 39:oSelf._jumpSelection();break;case 38:YAHOO.util.Event.stopEvent(v);oSelf._moveSelection(nKeyCode);break;case 40:YAHOO.util.Event.stopEvent(v);oSelf._moveSelection(nKeyCode);break;default:break;}};YAHOO.widget.AutoComplete.prototype._onTextboxKeyPress=function(v,oSelf){var nKeyCode=v.keyCode;var isMac=(navigator.userAgent.toLowerCase().indexOf("mac")!=-1);if(isMac){switch(nKeyCode){case 9:if(oSelf.delimChar&&(oSelf._nKeyCode!=nKeyCode)){YAHOO.util.Event.stopEvent(v);}
H A Dautocomplete.js1683 * @method _moveSelection
1687 YAHOO.widget.AutoComplete.prototype._moveSelection = function(nKeyCode) {
1935 oSelf._moveSelection(nKeyCode);
1939 oSelf._moveSelection(nKeyCode);

Completed in 773 milliseconds