CatalogItemCharacteristicBooleanButton

CatalogItemCharacteristicBooleanButton is a legacy catalog item characteristic boolean-button control. The legacy source identifies it as not implemented in its test template.

Configurable properties

Property Default Valid values or format Effect
ButtonImageURL
String
Empty string ("")   Sets the button image URL.
ButtonText
String
Empty string ("")   Sets the button text.
CharacteristicName
String
Empty string ("")   Sets the characteristic name.
CssStyle
String
Empty string ("")   Sets the CSS style.
FamilyName
String
Empty string ("")   Sets the characteristic family name.
NavigateURL
String
Empty string ("")   Sets the navigation URL after the button is selected.

SitePages.config example

The following example loads CatalogItemCharacteristicBooleanButton.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: ButtonImageURL, ButtonText, CharacteristicName, CssStyle, FamilyName, NavigateURL.

<Control src="CatalogItemCharacteristicBooleanButton.ascx" />

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

Inherited properties

CatalogItemCharacteristicBooleanButton inherits shared conditions from CyberStoreBaseControl.


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