Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js112 FCKPanel.prototype.Preload = function( x, y, relElement ) argument
118 this._Popup.show( x, y, 0, 0, relElement ) ;
121 FCKPanel.prototype.Show = function( x, y, relElement, width, height ) argument
131 this._Popup.show( x, y, 0, 0, relElement ) ;
147 else if ( relElement )
148 x = ( x * -1 ) + relElement.offsetWidth - iMainWidth ;
192 relElement.nodeType == 9 ?
193 ( FCKTools.IsStrictMode( relElement ) ? relElement.documentElement : relElement.body ) :
194 relElement,
207 else if ( relElement )
[all …]
H A Dfckmenublockpanel.js44 FCKMenuBlockPanel.prototype.Show = function( x, y, relElement ) argument
47 this.Panel.Show( x, y, relElement ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktextcolorcommand.js49 FCKTextColorCommand.prototype.Execute = function( panelX, panelY, relElement ) argument
52 this._Panel.Show( panelX, panelY, relElement ) ;