Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckevents.js30 FCKEvents.prototype.AttachEvent = function( eventName, functionPointer ) argument
35 this._RegisteredEvents[ eventName ] = [ functionPointer ] ;
37 aTargets.push( functionPointer ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckevents.js30 FCKEvents.prototype.AttachEvent = function( eventName, functionPointer ) argument
35 this._RegisteredEvents[ eventName ] = [ functionPointer ] ;
37 aTargets.push( functionPointer ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfck_gecko.js127 FCK.AttachToOnSelectionChange = function( functionPointer ) argument
129 this.Events.AttachEvent( 'OnSelectionChange', functionPointer ) ;
Dfck_ie.js347 FCK.AttachToOnSelectionChange = function( functionPointer ) argument
349 this.Events.AttachEvent( 'OnSelectionChange', functionPointer ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfck.js35 AttachToOnSelectionChange : function( functionPointer ) argument
37 this.Events.AttachEvent( 'OnSelectionChange', functionPointer ) ;
/plugin/pgn4web/pgn4web/
Dpgn4web.js465 function boardShortcut(square, title, functionPointer, defaultSetting) { argument
470 if (functionPointer) { boardOnClick[col][row] = functionPointer; }