Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Requirements
Reference Framework 2.0 runs against Nexaweb Platform 4.5.33 or higher.

pageStyle

Determines how the pages will be displayed when loaded as tabs, windows or a single document interface (SDI).

...

Optional values:

     tabs

     NexawebImage Removed Image Added

     windows     NexawebImage Removed  

     Image Added

     sdi     NexawebImage Removed  

     Image Added

 Back to top

menuStyle

Configure the style of the menu.

...

    none: No menu will be displayed.        NexawebImage Removed  


    Image Added


    popup: A pop-up menu with accordions that pops up from a button in the lower left of the application.

    NexawebImage Removed   Image Added


    popdown: A pop-up menu with accordions that drops down from a button in the top left of the application.
   

    NexawebImage Removed   Image Added

    dropdown: A regular Java styled drop-down menu, located at the top of the application.
        NexawebImage Removed  

     Image Added

    sidebar: A menu permanently displayed as a side bar on the left side of the application.
 

    NexawebImage Removed Image Added

  

    tree: A menu permanently displayed as a tree on the left side of the application.    NexawebImage Removed  

    Image Added 

     xal:  Displays the XAL defined in the xalMenu element as a sidebar to the page. Use with xalMenu

  Back to top

commandbarLocation

The location of the command bar.

...

        none     :  the command bar is not visible.              NexawebImage Removed  

        Image Added 

 
        top     :  the command bar is located at the top of the application.    

        NexawebImage Removed   Image Added

 

        bottom     :  the command bar is located in the lower right corner of the application.        NexawebImage Removed   

        Image Added

  Back to top

statusbarVisible

Indicates whether or not the statusbar is visible.

...

          true: status bar will be visible

         NexawebImage Removed Image Added

          false: status bar will be invisible

         NexawebImage Removed Image Added

  Back to top

menuLocation

Specifies the location of the menu with relation to the commandBar.

...

        above    :  the menu will be placed above the commandBar.

        NexawebImage Removed Image Added


        below     :  the menu will be placed below the commandBar.

        NexawebImage Removed Image Added

        left        :  the menu will be placed to the left of the commandBar.

        NexawebImage Removed Image Added


        right      :  the menu will be placed to the right of the commandBar.

        NexawebImage Removed Image Added

NOTE :

The menuLocation setting only applies to the dropdown menu style.

The menuLocation does not have to be set.  The default value is above.

 

xalMenu

xalMenu is only valid when menu-style is set as xal. Once this is set, the specified page will be displayed as sidebar and all the other menus will be ignored

...