Whitebeam Library Definition

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Library Definition

bullet

Menu bullet attributes.

See Also

menuinfo   

Elements

The bullet struct has 9 elements:

Name Type/Value Range/Length Description
levelnumber0.. Required. Specifies menu level as a positive integer where 1 is the top level and 0 is a default for undefined levels.
normalstringtext Optional. URL or Path name of the image (or space if length &eq;0) for an unselected menu item bullet.
selectstringtext Optional. URL or path name of the image (or space if length &eq;0) for a selected menu item bullet.
autoexpstringtext Optional. URL or path name of the image for auto-expanded menu item bullet. Supersedes normal attribute.
across1ststringtext Optional. URL or path name of the image (or text if length <&eq;3) for first item bullet in horizontally aligned menu structure. Supersedes normal and select attributes.
acrossstringtext Optional. URL or path name of the image (or text if length <&eq;3) for second and above item bullet in horizontally aligned menu structure. Supersedes normal and select attributes.
widthstringtext Optional. Width of the normal and selected images in pixels.
heightstringtext Optional. Height of the normal and selected images in pixels.
vspacestringtext Optional. Vertical spacing for a menu item row in pixels.

Remarks

The menu bullet of an item is displayed in column 1 of a two column table, defined per menu level.

Level 0 is not an actual menu item level (1..n). Defining a level 0 menu bullet however allows a default set of bullets to be specified for items at menu levels with no explicit menu bullet definitions.

For instance, if menu bullets for levels 0,1,3,6 are explicitly defined then level 0 bullets will be displayed for menu items at levels 4,5 and 7 onwards. Note the exclusion of level 2 which is covered by (implicitly) defined default bullets for levels 0..3 in rbpagemenu.inc that use /images/bullet*.gif.

Menu item vertical spacing is determined by the maximum of height and vspace attributes.

Redefinition of a menu bullet level will change only the specified attributes of tag.

Whitebeam release 1.3.36
(loadtime : 11ms)