Home
last modified time | relevance | path

Searched refs:ContextMenu (Results 1 – 25 of 52) sorted by relevance

123

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfck_contextmenu.js25 FCK.ContextMenu = new Object() ; variable in FCK
26 FCK.ContextMenu.Listeners = new Array() ;
28 FCK.ContextMenu.RegisterListener = function( listener )
36 …var oInnerContextMenu = FCK.ContextMenu._InnerContextMenu = new FCKContextMenu( FCKBrowserInfo.IsI…
41 var oMenu = FCK.ContextMenu ;
44 for ( var i = 0 ; i < FCKConfig.ContextMenu.length ; i++ )
45 oMenu.RegisterListener( FCK_ContextMenu_GetListener( FCKConfig.ContextMenu[i] ) ) ;
294 var oMenu = FCK.ContextMenu._InnerContextMenu ;
298 var aListeners = FCK.ContextMenu.Listeners ;
Dfck_gecko.js63 FCK.ContextMenu._InnerContextMenu.SetMouseClickWindow( FCK.EditorWindow ) ;
64 FCK.ContextMenu._InnerContextMenu.AttachToElement( FCK.EditorDocument ) ;
Dfck_ie.js130 FCK.ContextMenu._InnerContextMenu.AttachToElement( FCK.EditorDocument.body ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfck_contextmenu.js25 FCK.ContextMenu = new Object() ; variable in FCK
26 FCK.ContextMenu.Listeners = new Array() ;
28 FCK.ContextMenu.RegisterListener = function( listener )
36 …var oInnerContextMenu = FCK.ContextMenu._InnerContextMenu = new FCKContextMenu( FCKBrowserInfo.IsI…
42 var oMenu = FCK.ContextMenu ;
45 for ( var i = 0 ; i < FCKConfig.ContextMenu.length ; i++ )
46 oMenu.RegisterListener( FCK_ContextMenu_GetListener( FCKConfig.ContextMenu[i] ) ) ;
312 var oMenu = FCK.ContextMenu._InnerContextMenu ;
316 var aListeners = FCK.ContextMenu.Listeners ;
Dfck_gecko.js292 FCK.ContextMenu._InnerContextMenu.SetMouseClickWindow( FCK.EditorWindow ) ;
293 FCK.ContextMenu._InnerContextMenu.AttachToElement( FCK.EditorDocument ) ;
Dfck_ie.js134 FCK.ContextMenu._InnerContextMenu.AttachToElement( FCK.EditorDocument.body ) ;
/plugin/wysiwyg/fckeditor/_samples/_plugins/samples/
Dfckplugin.js73 FCK.ContextMenu.RegisterListener( oMyContextMenuListener ) ;
/plugin/grensladawritezor/fckeditor/_samples/_plugins/samples/
Dfckplugin.js73 FCK.ContextMenu.RegisterListener( oMyContextMenuListener ) ;
/plugin/fckg/fckeditor/editor/plugins/paradelete/
Dfckplugin.js18 FCK.ContextMenu.RegisterListener( {
/plugin/fckg/fckeditor/editor/plugins/signature/
Dfckplugin.js14 FCK.ContextMenu.RegisterListener( {
/plugin/diagramsnet/lib/math/extensions/
DMathEvents.js19ContextMenu(r,this)}},ContextMenu:function(t,E,w){var B=b[E.jaxID],v=B.getJaxFromMath(E);var F=(B.…
/plugin/fckg/fckeditor/editor/plugins/plugintool/
Dfckplugin.js154 FCK.ContextMenu.RegisterListener( {
/plugin/grensladawritezor/fckeditor/
Dfckconfig.js138 FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','…
Dfckeditor.cfm122 …lConfigKeys = lConfigKeys & ",ToolbarStartExpanded,ToolbarCanCollapse,ToolbarSets,ContextMenu,Font…
Dfckeditor.cfc199 …lConfigKeys = lConfigKeys & ",ToolbarStartExpanded,ToolbarCanCollapse,ToolbarSets,ContextMenu,Font…
/plugin/wysiwyg/fckeditor/
Dfckconfig.js157 FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','…
Dfckeditor.cfm149 …lConfigKeys = lConfigKeys & ",ContextMenu,BrowserContextMenuOnCtrl,FontColors,FontNames,FontSizes";
Dfckeditor.cfc236 lConfigKeys = lConfigKeys & ",ContextMenu,BrowserContextMenuOnCtrl,FontColors,FontNames,FontSizes";
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
DJplayer.as46 import flash.ui.ContextMenu;
116 // The ContextMenu only partially works. The menu select events never occur.
120 var myContextMenu:ContextMenu = new ContextMenu();
/plugin/fckg/fckeditor/
Dfckconfig.js195 FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','…
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_gecko.js96ContextMenu={};FCK.ContextMenu.Listeners=[];FCK.ContextMenu.RegisterListener=function(A){if (A) th…
Dfckeditorcode_ie.js97ContextMenu={};FCK.ContextMenu.Listeners=[];FCK.ContextMenu.RegisterListener=function(A){if (A) th…
/plugin/diagramsnet/lib/math/extensions/a11y/
Dexplorer.js273 … if (t === r.SPACE && !e.shiftKey) return MathJax.Extension.MathEvents.Event.ContextMenu(e, i),
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_gecko.js35 …,this._ExecCheckCaret,false);};FCK.ContextMenu._InnerContextMenu.SetMouseClickWindow(FCK.EditorWin…
110ContextMenu.RegisterListener({AddItems:function(menu){var E=FCK.EditorWindow.parent.parent;var Q=w…
120ContextMenu={};FCK.ContextMenu.Listeners=[];FCK.ContextMenu.RegisterListener=function(A){if (A) th…
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js32 …nge(this._ExecCheckEmptyBlock);FCK.ContextMenu._InnerContextMenu.SetMouseClickWindow(FCK.EditorWin…
106ContextMenu={};FCK.ContextMenu.Listeners=[];FCK.ContextMenu.RegisterListener=function(A){if (A) th…

123