PHP Classes

File: Security/Admin/trgrs_Menus.js.php

Recommend this page to a friend!
  Classes of Michael J. Fuhrman   Security   Security/Admin/trgrs_Menus.js.php   Download  
File: Security/Admin/trgrs_Menus.js.php
Role: Example script
Content type: text/plain
Description: Javascript functions for the Menu Panel
Class: Security
Manage user accounts and access controls
Author: By
Last change:
Date: 13 years ago
Size: 562 bytes
 

Contents

Class file image Download
/* =======================================
    Copyright 1998 - 2010 - E Net Arch
    This program is distributed under the terms of the GNU
    General Public License (or the Lesser GPL).
    www.ENetArch.net
    ======================================= */

ENetArch.Security.Menus =
{
    divTarget : null,
    szNameSpace : "",
    szFile : "",

    display : function (nID)
    {
        var szParams =
            "szNameSpace=" + this.szNameSpace + "&" +
            "nFolderID=" + nID + "&" +
            "szSortBy=ID";
        ENetArch.Security.getPanel (this.szFile, this.divTarget, szParams);
    },
};