Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/_samples/_plugins/samples/
H A Dfckplugin.js34 var oMyCMCommand = new Object() ; class
35 oMyCMCommand.Name = 'OpenImage' ;
38 oMyCMCommand.Execute = function()
49 oMyCMCommand.GetState = function()
56 FCKCommands.RegisterCommand( 'OpenImage', oMyCMCommand ) ;