Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckcontextmenu.js160 function FCKContextMenu_AttachedElement_OnContextMenu( ev, fckContextMenu, el ) argument
162 if ( fckContextMenu.CtrlDisable && ( ev.ctrlKey || ev.metaKey ) )
167 if ( fckContextMenu.OnBeforeOpen )
168 fckContextMenu.OnBeforeOpen.call( fckContextMenu, eTarget ) ;
170 if ( fckContextMenu._MenuBlock.Count() == 0 )
173 if ( fckContextMenu._Redraw )
175 fckContextMenu._MenuBlock.Create( fckContextMenu._Panel.MainNode ) ;
176 fckContextMenu._Redraw = false ;
181 FCKTools.DisableSelection( fckContextMenu._Panel.Document.body ) ;
200 fckContextMenu._Panel.Show( x, y, ev.currentTarget || null ) ;