Web Client

Define Layout

  The layout of the Web Client can be defined with the help of a menu. Follow the steps described below to define the layout of the Web Client.
   
 

1. In the webplm.properties define a name for a DTV default value with the configuration parameter: axalant.web.defaultRepositoryLayout=TOPWEB

2. Insert the DTV Default TOPWEB in the repository
Name=TOPWEB
TYPE=S
Value= <Name of the menu> e.g. TOP_WEB

3. Create the DTV Menu TOP_WEB

With the selection name WEB-APP-INFO the header info can be defined. The parameter, if given, must be a url to a JSP. The default is "/jspaxalant/elements/infoHeader.jsp" .

WEB-APP-MENU defines the TOP menu bar. No menu name is given with the parameter. The menu name is read from the DTV default DFV_TOPMENU. If this default isn't set, the menu TOP is used.

WEB-APP-SHORTCUTS defines the shortcut bar. The parameter defines the name of a DTV default for the menu name. Iff the default isn't defined, the parameter is used as menu name.

With selections which names start with WEB-APP-PANE different panes can be opened e.g
- Explorer pane Parameter must be EXP
- Main pane Parameter should be SEARCH
- Message pane parameter must be MESSAGES


For the WEB-APP-PANE entries in the description 3 flags can be set
a=[0|1] pane activate flag
s=[0]1] pane content stack flag to naviagte back and forward (only for main pane)
c=[0|1] pane close flag defines if a pane can be closed e.g message pane

separator sign is semicolon (;)
e.g #;a=1;s=0;c=1

The width defines the size of the pane
The Column flag define an identifier for the pane
The message and the main pain should have the same id
The row number isn't used
All Userexit names should be web_app_cmd .