/* This compressed file is part of Xinha. For uncompressed sources, forum, and bug reports, go to xinha.org */ /* This file is part of version 0.95 released Mon, 12 May 2008 17:33:15 +0200 */ /* The URL of the most recent version of this file is http://svn.xinha.webfactional.com/trunk/plugins/GenericPlugin/generic-plugin.js */ GenericPlugin._pluginInfo={name:"GenericPlugin",version:"1.0",developer:"Xinha Developer Team",developer_url:"http://xinha.org",sponsor:"",sponsor_url:"",license:"htmlArea"}; function GenericPlugin(_1){ this.editor=_1; } GenericPlugin.prototype.onGenerate=function(){ }; GenericPlugin.prototype.onGenerateOnce=function(){ }; GenericPlugin.prototype.inwardHtml=function(_2){ return _2; }; GenericPlugin.prototype.outwardHtml=function(_3){ return _3; }; GenericPlugin.prototype.onUpdateToolbar=function(){ return false; }; GenericPlugin.prototype.onExecCommand=function(_4,UI,_6){ return false; }; GenericPlugin.prototype.onKeyPress=function(_7){ return false; }; GenericPlugin.prototype.onMouseDown=function(_8){ return false; }; GenericPlugin.prototype.onBeforeSubmit=function(){ return false; }; GenericPlugin.prototype.onBeforeUnload=function(){ return false; }; GenericPlugin.prototype.onBeforeResize=function(_9,_a){ return false; }; GenericPlugin.prototype.onResize=function(_b,_c){ return false; }; GenericPlugin.prototype.onPanelChange=function(_d,_e){ return false; }; GenericPlugin.prototype.onMode=function(_f){ return false; }; GenericPlugin.prototype.onBeforeMode=function(_10){ return false; };