Home
last modified time | relevance | path

Searched refs:keystrokeValue (Results 1 – 5 of 5) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckkeystrokehandler.js96 var keystrokeValue = keystrokeHandler.Keystrokes[ keyCombination ] ;
101 if ( keystrokeValue )
106 …if ( keystrokeValue === true || !( keystrokeHandler.OnKeystroke && keystrokeHandler.OnKeystroke.ap…
Dfckenterkey.js63 function FCKEnterKey_OnKeystroke( keyCombination, keystrokeValue ) argument
69 switch ( keystrokeValue )
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckkeystrokehandler.js91 var keystrokeValue = keystrokeHandler.Keystrokes[ keyCombination ] ;
96 if ( keystrokeValue )
101 …if ( keystrokeValue === true || !( keystrokeHandler.OnKeystroke && keystrokeHandler.OnKeystroke.ap…
Dfckenterkey.js54 function FCKEnterKey_OnKeystroke( keyCombination, keystrokeValue ) argument
60 switch ( keystrokeValue )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfck.js699 var keystrokeValue = evt.keyCode ;
703 if ( keystrokeValue == 9 && FCK.EditMode != FCK_EDITMODE_WYSIWYG )
885 function _FCK_KeystrokeHandler_OnKeystroke( keystroke, keystrokeValue ) argument
892 switch ( keystrokeValue )
905 if ( keystrokeValue.Equals( 'Paste', 'Undo', 'Redo', 'SelectAll', 'Cut' ) )
911 var oCommand = FCK.Commands.GetCommand( keystrokeValue ) ;