Difference between revisions of "Section Menus"

From Lianjapedia
Jump to: navigation, search
Line 64: Line 64:
 
The selected menu item can be accessed via '''{}'''.
 
The selected menu item can be accessed via '''{}'''.
  
If no Custom action is specified, the [[#Custom Delegate: Custom section menu|Custom section menu Custom Delegate]] will be checked and run if set.
+
If no Custom action is specified, the [[#Custom Delegate: Custom section menu|Custom section menu Custom Delegate]] will be run if set.
 
<br clear=all>
 
<br clear=all>
  

Revision as of 11:50, 12 January 2015

Under Construction

For Footer Menus, see Section Footers.

Visible

Section Menu: default Visible is False


By default, the Section Menu is not visible.

Section Menu: set Visible to True


To make the Section Menu visible, check the Visible attribute to True.

Notes on Client Support

Height

Section Menu Height


The Height attribute is used to specify the Section Menu height.

Notes on Client Support

Background color

Section Menu Background Color


The Background color is used to specify the menu background color.

Click the [...] button to access the 'Select Color' dialog.

Notes on Client Support

Foreground color

The Foreground color is used to specify the menu foreground color.

As above, click the [...] button to access the 'Select Color' dialog.

Notes on Client Support

Custom menu

Notes on Client Support

Custom action

Menu: Custom action


When a menu item is selected, the action specified in the Custom action attribute will be performed.

The action is a SHOWDOCUMENT() action.

The selected menu item can be accessed via {}.

If no Custom action is specified, the Custom section menu Custom Delegate will be run if set.

Notes on Client Support

Custom Delegate: Custom section menu

Notes on Client Support

Notes on Client Support

Attribute Notes
Visible Section menu visible (True | False)
Height Section menu height
Background color Section menu background color
Foreground color Section menu foreground color
Custom menu Section menu contents (comma separated list of values). Prefix with |, < or > to align center, left or right respectively.
Custom action Action to perform when a menuitem is selected