Home
last modified time | relevance | path

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

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