Delete file, added to controller

This commit is contained in:
Victor Saisa Lopez
2011-11-01 16:51:40 -04:00
parent 67722e3d7a
commit a85dd8a933
3 changed files with 126 additions and 119 deletions

View File

@@ -2,8 +2,6 @@ Ext.namespace("dashletInstance");
dashletInstance.form = {
init: function () {
var URL_DASHLET_INSTANCE = "dashletInstance";
dashletInstanceSaveProcessAjax = function () {
var myMask = new Ext.LoadMask(Ext.getBody(), {msg: "Saving. Please wait..."});
myMask.show();
@@ -59,7 +57,7 @@ dashletInstance.form = {
//------------------------------------------------------------------------------------------------------------------
var storeDasUID = new Ext.data.Store({
proxy: new Ext.data.HttpProxy({
url: URL_DASHLET_INSTANCE,
url: "dashletData",
method: "POST"
}),
@@ -116,7 +114,7 @@ dashletInstance.form = {
var storeDasInsOwnerUID = new Ext.data.Store({
proxy: new Ext.data.HttpProxy({
url: URL_DASHLET_INSTANCE,
url: "ownerData",
method: "POST"
}),