// 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 (DWRContenido == null) var DWRContenido = {}; DWRContenido._path = '/CMS/dwr'; DWRContenido.createContentForDivAjax = function(p0, p1, p2, callback) { dwr.engine._execute(DWRContenido._path, 'DWRContenido', 'createContentForDivAjax', p0, p1, p2, callback); } DWRContenido.createDeleteLink = function(p0, callback) { dwr.engine._execute(DWRContenido._path, 'DWRContenido', 'createDeleteLink', p0, callback); } DWRContenido.createHtmlInputForElement = function(callback) { dwr.engine._execute(DWRContenido._path, 'DWRContenido', 'createHtmlInputForElement', callback); } DWRContenido.createHtmlForAjaxTable = function(p0, p1, callback) { dwr.engine._execute(DWRContenido._path, 'DWRContenido', 'createHtmlForAjaxTable', p0, p1, callback); } DWRContenido.createHtmlForAjaxTable = function(p0, p1, p2, callback) { dwr.engine._execute(DWRContenido._path, 'DWRContenido', 'createHtmlForAjaxTable', p0, p1, p2, callback); }