function AjaxEditor() { } AjaxEditor._path = '/forum/dwr'; AjaxEditor.removeForumBookmark = function(p2, callback) { DWREngine._execute(AjaxEditor._path, 'AjaxEditor', 'removeForumBookmark', false, false, p2, callback); } AjaxEditor.getForumBookmarks = function(callback) { DWREngine._execute(AjaxEditor._path, 'AjaxEditor', 'getForumBookmarks', false, false, callback); } AjaxEditor.moveForumBookmark = function(p2, p3, callback) { DWREngine._execute(AjaxEditor._path, 'AjaxEditor', 'moveForumBookmark', false, false, p2, p3, callback); } AjaxEditor.sortForumBookmarks = function(callback) { DWREngine._execute(AjaxEditor._path, 'AjaxEditor', 'sortForumBookmarks', false, false, callback); } AjaxEditor.getQLFile = function(callback) { DWREngine._execute(AjaxEditor._path, 'AjaxEditor', 'getQLFile', false, false, callback); } AjaxEditor.removeQLFileItem = function(p2, callback) { DWREngine._execute(AjaxEditor._path, 'AjaxEditor', 'removeQLFileItem', false, false, p2, callback); } AjaxEditor.addQLFileItem = function(p2, callback) { DWREngine._execute(AjaxEditor._path, 'AjaxEditor', 'addQLFileItem', false, false, p2, callback); } AjaxEditor.sortQLFile = function(callback) { DWREngine._execute(AjaxEditor._path, 'AjaxEditor', 'sortQLFile', false, false, callback); } AjaxEditor.getKillFile = function(callback) { DWREngine._execute(AjaxEditor._path, 'AjaxEditor', 'getKillFile', false, false, callback); } AjaxEditor.removeKillFileItem = function(p2, callback) { DWREngine._execute(AjaxEditor._path, 'AjaxEditor', 'removeKillFileItem', false, false, p2, callback); } AjaxEditor.addKillFileItem = function(p2, callback) { DWREngine._execute(AjaxEditor._path, 'AjaxEditor', 'addKillFileItem', false, false, p2, callback); } AjaxEditor.setTabState = function(p1, p2, callback) { DWREngine._execute(AjaxEditor._path, 'AjaxEditor', 'setTabState', false, p1, p2, callback); } AjaxEditor.getTabState = function(p1, callback) { DWREngine._execute(AjaxEditor._path, 'AjaxEditor', 'getTabState', false, p1, callback); } AjaxEditor.getTextPreview = function(p2, p3, p4, p5, p6, p7, p8, callback) { DWREngine._execute(AjaxEditor._path, 'AjaxEditor', 'getTextPreview', false, false, p2, p3, p4, p5, p6, p7, p8, callback); }