AjaxPlugins.Edit = {
  	
  	divEditForm: 'editForm',
    handleResponse: function(pluginOutput, argObject) {

     AjaxHandler.updateDomElement(this.divEditForm, 'innerHTML', pluginOutput.htmlCode.editFormHtml);
     
    } 
};


 
AjaxPlugins.Edit.Actions = {};


