Banner Module
This module can be configured using Manager. For instructions, see Look and Feel.
The Banner Module displays the area at the top of the viewer that contains the viewer's title. The Handheld interface does not have a banner.
Configuration Properties
Module
No configuration
properties
Views
-
BannerView
: Noconfiguration
properties -
UserInfoView
: Noconfiguration
properties -
SignInView
: Noconfiguration
properties -
SearchView
: Noconfiguration
properties -
SearchHintsView
: Noconfiguration
properties
View Models
-
BannerViewModel
:-
applicationTitle
: The text of the title to display in the banner. If you want control over the font and size, leaveapplicationTitle
empty, embed the title in an image with the logo, and specify the image using one of the image properties. The title is optional. -
applicationSubtitle
: The subtitle to display in the banner. The subtitle is the smaller text that appears under the title. The subtitle is optional.If you want control over the font and size, leave
applicationSubtitle
empty, embed the subtitle in an image with the title and logo, and specify the image using one of the image properties. -
titleColor
: A valid HTML color to use for the title of the banner. For example, red or #FF0000. -
subtitleColor
: A valid HTML color to use for the subtitle of the banner. For example, green or #00FF00. -
backgroundColor
: A valid HTML color to use as the background of the banner. For example, blue or #0000FF. -
backgroundImage
: The URL to the banner’s background image, if you want a background image. Use this property to add texture to the background color. -
leftImage
: The URL to the image that forms the left side of the banner. This property is often used for the image containing the logo, title, and subtitle. The maximum image height and width is 60px by 500px. -
leftImageDescription
: The alternative (alt
) text for the Left Image. The alt text is used by screen readers. It is also used if the image cannot be displayed. -
rightImage
: The URL to the image that forms the right side of the banner. -
rightImageDescription
: The alternative (alt
) text for the Right Image. The alt text is used by screen readers. It is also used if the image cannot be displayed. -
height
: The height of the banner, in pixels. The default banner is 60 pixels high.
-