NovoLiteratureRackControl

NovoLiteratureRackControl displays literature items and download links managed in novo CMS.

Configurable properties

Property Default Valid values or format Effect
GoURL
String
Not specified   Sets the literature link route.
LiteratureCategoryName
String
Not specified   Sets the literature category.
LiteratureRackHeadlineText
String
Not specified   Sets the literature headline.
ShowAllLiteratureWhenCategoryNotFound
Boolean
Not specified true, false Controls all-literature fallback.
ShowLiteratureRackHeadline
Boolean
Not specified true, false Controls headline display.
UseStockCodeAsCategoryName
Boolean
Not specified true, false Uses the item stock code as the literature category.

SitePages.config example

The following example loads NovoLiteratureRackControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: GoURL, LiteratureCategoryName, LiteratureRackHeadlineText, ShowAllLiteratureWhenCategoryNotFound, ShowLiteratureRackHeadline, UseStockCodeAsCategoryName.

<Control src="NovoLiteratureRackControl.ascx" />

Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.

Inherited properties

NovoLiteratureRackControl inherits shared conditions from CyberStoreBaseControl.


This site uses Just the Docs, a documentation theme for Jekyll.