12.3 Menu Extension XML Keywords

  • MenuExtensions

    • View - An element that contains items (menu items)

  • TypeID - This attribute specifies the View ID the contained items will be associated with. The type IDs are as follows:

    • NQCCJOBS

    • NQCCServers

    • NQCCEVENTS

    • NQCCKS

    • NQCCServiceMap

  • Item - Represents an item that will appear in the menu

    • Name - an attribute that specifies the name of the item - which will appear as the menu text

    • Program - specifies the program to be launched

    • Parameters - specifies the parameters to be passed to the program

    • Separator - specifies the separator character that will appear between multiple selections

    • Directory - specifies the working directory the program will run in (optional)

NOTE:Only the parameters support handling multiple selected data.