ucNavBarReplace

Purpose

This exit is used to replace the standard inbuilt navigation bar with a navigation bar that is built entirely in user custom code.

Applies To

Administration Methods

Signature

public String ucNavBarReplace(
                 Connection dbconn, 
                 SesameSession session) 

Notes

It is the responsibility of the programmer to provide the entire HTML that will be rendered within the navigation bar. The navigation bar is still set to the size controlled by the behavior setting named MENU_SIZE, and the background image named BannerBackground.gif is still placed on the navigation bar. The standard JavaScript methods in the Onload and Onunload attributes of the BODY tag of the BODY statement are still called.

Example

public String ucNavBarReplace(Connection dbconn,
                                  SesameSession session) throws Exception;