Home
last modified time | relevance | path

Searched refs:commandParameter (Results 1 – 2 of 2) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_gecko.js333 FCK.ExecuteRedirectedNamedCommand = function( commandName, commandParameter ) argument
361 FCK.ExecuteNamedCommand( commandName, commandParameter ) ;
H A Dfck.js434 ExecuteNamedCommand : function( commandName, commandParameter, noRedirect, noSaveUndo ) argument
440 FCK.ExecuteRedirectedNamedCommand( commandName, commandParameter ) ;
444 FCK.EditorDocument.execCommand( commandName, false, commandParameter ) ;