The following help page will explain all Menu Item attributes

  • Status - In general, this is not currently in use for any display blocking purposes.  You can use it for your own purpose.
  • Menu Item Name - Provide a descriptive name for your Menu Item
  • Index - Index is the integer value given to the Menu Item.  With the Menu Group all Menu Items will be drawn in order of these numbers.
  • Disable - Mark true to not draw this Menu Item
  • Description - Description of what our Menu Item is supposed to do
  • Menu Group - Select the Menu Group that your Menu Item should be drawn in
  • sMIoOnClick- this code will be executed when the Menu Item is clicked, for example to generate a Listbox
  • sMIoPreload - Will execute a specific function before the Menu Item is drawn
  • sMIoPostLoad - Will execute a specific function after the Menu Item is drawn
    • [{f:'mSetGEZhashLink', a1:{n:'oUser'}}] , 
  • sMIoOnMouseOut - Function that will be executed when you move out of the Menu Item
  • sMIoOnMouseOver - Function that will executed when you Hover over the Menu Item
  • Variable(s) - No longer in use.  These variables are now part of the oOnClick Call
  • Tool Tip - This tool tip will be displayed as the mouse hovers over the Menu Item
  • sMIText - If the Drawing Type is a Hyperlink, then this is the Text that will be used.
  • Drawing Type -
    • Image - will display an image for the menu item, much like the IMG tag in HTML
    • Block - Much like the image type, only it creates a DIV
    • Button - Button will add the mouse over effects on the border of the image/image class.  Up/Down Button Effect.
    • Hyperlink - Changes from menu item to a text hyperlink
    • DateTime - Displays the current Date and Time
  • sMIsImagePath - will directly draw using provided image path on web server if drawing path is set to image (not functional yet)
    • ./App_Themes/Normal/Images/CSS/FR48x48ViewList.gif, Example of specified path
  • sMIsClassName - Image Class Name used for the Menu Item
  • oGM - Geometry
    • {iBAll:0, sBgPos:{iX:-48, iY:0}}, specifies drawing location coordinates
  • oST - Style
    • {sCBg:'#888888'}, sets Color Background to #888888

 

Useful Links