Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\JS\zh-CN\Ajax\Sys\SecurityGroupActionAjax.js
??/// <summary> /// ????????????[Sys_SecurityGroupAction] Ajax????? /// </summary> var SecurityGroupActionAjax = new Object(); /// <summary> /// ????????????[Sys_SecurityGroupAction] ????????? /// </summary> SecurityGroupActionAjax.GetInfo = function (key, send, fun, target, html) { return Global.Ajax( { ajaxCache: false, ajaxUrl: "/Ajax.aspx?AVA.ResourcesPlatform.Ajax.Sys.SecurityGroupActionAjax.Get", ajaxData: "key=" + encodeURIComponent(key), ajaxAsync: true, ajaxFunSuccess: fun }, send, target, html); }; /// <summary> /// ????????????[Sys_SecurityGroupAction] ?????? /// </summary> SecurityGroupActionAjax.Insert = function (form, send, fun, target, html) { return Global.Ajax( { ajaxCache: false, ajaxUrl: "/Ajax.aspx?AVA.ResourcesPlatform.Ajax.Sys.SecurityGroupActionAjax.Insert", ajaxData: Global.GetFormValue(form), ajaxAsync: true, ajaxFunSuccess: fun }, send, target, html); }; /// <summary> /// ????????????[Sys_SecurityGroupAction] ?????? /// </summary> SecurityGroupActionAjax.Update = function (form, send, fun, target, html) { return Global.Ajax( { ajaxCache: false, ajaxUrl: "/Ajax.aspx?AVA.ResourcesPlatform.Ajax.Sys.SecurityGroupActionAjax.Update", ajaxData: Global.GetFormValue(form), ajaxAsync: true, ajaxFunSuccess: fun }, send, target, html); }; /// <summary> /// ????????????[Sys_SecurityGroupAction] ?????? /// </summary> SecurityGroupActionAjax.Delete = function (key, send, fun, target, html) { return Global.Ajax( { ajaxCache: false, ajaxUrl: "/Ajax.aspx?AVA.ResourcesPlatform.Ajax.Sys.SecurityGroupActionAjax.Delete", ajaxData: "key=" + encodeURIComponent(key), ajaxAsync: true, ajaxFunSuccess: fun }, send, target, html); }; /******************************************* * ???????????? *******************************************/ /// <summary> /// ?????????[Sys_SecurityGroupMenu] ?????? /// </summary> SecurityGroupActionAjax.SetAction = function (form, send, fun, target, html) { return Global.Ajax( { ajaxCache: false, ajaxUrl: "/Ajax.aspx?AVA.ResourcesPlatform.Ajax.Sys.SecurityGroupActionAjax.SetAction", ajaxData: Global.GetFormValue(form), ajaxAsync: true, ajaxFunSuccess: fun }, send, target, html); };
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de