// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (ImageAjaxActions == null) var ImageAjaxActions = {}; ImageAjaxActions._path = '/dwr'; ImageAjaxActions.setDefaultImage = function(p1, callback) { dwr.engine._execute(ImageAjaxActions._path, 'ImageAjaxActions', 'setDefaultImage', false, p1, callback); } ImageAjaxActions.getDefaultImage = function(callback) { dwr.engine._execute(ImageAjaxActions._path, 'ImageAjaxActions', 'getDefaultImage', false, callback); } ImageAjaxActions.removeImages = function(p1, callback) { dwr.engine._execute(ImageAjaxActions._path, 'ImageAjaxActions', 'removeImages', false, p1, callback); } ImageAjaxActions.getComments = function(p1, p2, p3, callback) { dwr.engine._execute(ImageAjaxActions._path, 'ImageAjaxActions', 'getComments', false, p1, p2, p3, callback); } ImageAjaxActions.updateImageState = function(p1, p2, callback) { dwr.engine._execute(ImageAjaxActions._path, 'ImageAjaxActions', 'updateImageState', false, p1, p2, callback); } ImageAjaxActions.rotateImage = function(p1, p2, callback) { dwr.engine._execute(ImageAjaxActions._path, 'ImageAjaxActions', 'rotateImage', false, p1, p2, callback); } ImageAjaxActions.updateImageCaption = function(p1, p2, callback) { dwr.engine._execute(ImageAjaxActions._path, 'ImageAjaxActions', 'updateImageCaption', false, p1, p2, callback); } ImageAjaxActions.clearDefaultImage = function(callback) { dwr.engine._execute(ImageAjaxActions._path, 'ImageAjaxActions', 'clearDefaultImage', false, callback); } ImageAjaxActions.imageTagAutoComplete = function(p1, callback) { dwr.engine._execute(ImageAjaxActions._path, 'ImageAjaxActions', 'imageTagAutoComplete', false, p1, callback); } ImageAjaxActions.checkIfFriend = function(p1, callback) { dwr.engine._execute(ImageAjaxActions._path, 'ImageAjaxActions', 'checkIfFriend', false, p1, callback); }