Contents List Back << >>

Style Sheets

When the presentation layout is built, if no style sheet exists for the current process, a default style sheet will be created which includes all classes used by objects generated from the Wizard.

The default style sheet is defined by copying the WIZARDX_STYLE component into the current processes style component. The process WIZARDX is shipped with the e-Business Framework Wizard and is defined as follows:
<!-- WIZARDX_STYLE Style sheet -->
<style type="text/css">
<!--
.rightmenu{font-weight: bold; color:#FFFFFF; text-decoration: none;}
.selrightmenu{font-weight: bold; color:#000000; text-decoration: none;}
.leftmenu{font-weight: bold; color:#FFFFFF; text-decoration: none;}
.selleftmenu{font-weight: bold; color:#000000; text-decoration: none;}
.hrzmenu{font-weight: bold; color:#FFFFFF; text-decoration: none;}
.selhrzmenu{font-weight: bold; color:#000000; text-decoration: none;}
-->
</style>