This exit is used to replace the standard inbuilt navigation bar with a navigation bar that is built entirely in user custom code.
Administration Methods
public String ucNavBarReplace(
Connection dbconn,
SesameSession session)
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.
public String ucNavBarReplace(Connection dbconn,
SesameSession session) throws Exception;