In this part, we will focus on the application banner located below the header:

In order to achieve a similar feature, define the following structure:

Avoid the banner PageController by adding the following code in the Start Event of the Master Page: FSGBanner.ShowPageController=false
Once you have created the previous structure, you should create and customize the following classes:
Class TableBannerHeaderLevis

Class TableFSGLevis

Class CardHeaderBannerTitle

Class CardHeaderBannerSubTitle

Assign the created classes in the "Theme Class" property of the proper tables and controls according to the following definition:

Finally, add the proper code to load the banner:

Run the application to visualize the results so far at runtime:

You can download the xpz for this part from: Part 4
|