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 |
|---|---|---|---|
ButtonImageURLString | Empty string ("") | Sets the button image URL. | |
ButtonTextString | Empty string ("") | Sets the button text. | |
CharacteristicNameString | Empty string ("") | Sets the characteristic name. | |
CssStyleString | Empty string ("") | Sets the CSS style. | |
FamilyNameString | Empty string ("") | Sets the characteristic family name. | |
NavigateURLString | 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.