CatalogItemListCreateListControl

CatalogItemListCreateListControl provides a button that lets shoppers create a new item list through a pop-up.

CatalogItemListCreateListControl create-list button

Configurable properties

Property Default Valid values or format Effect
CreateListHeadlineText
String
"Create a New List"   Sets the create-list headline text.
CreateListLinkText
String
"Create a new list"   Sets the create-list link text.
CreateListType
String
"Account"   Sets the create-list type.
ItemListPopUpHeaderLabelText
String
" "   Sets the item-list pop-up header label text.
ItemListPopUpHeaderTextColor
HTML color
"Black"   Sets the item-list pop-up header text color.
PopUpHighlightColor
HTML color
"#999"   Sets the pop-up highlight color.

SitePages.config example

The following example loads CatalogItemListCreateListControl.ascx and applies the documented literal defaults.

<Control src="CatalogItemListCreateListControl.ascx"
         CreateListHeadlineText="Create a New List"
         CreateListLinkText="Create a new list"
         CreateListType="Account"
         ItemListPopUpHeaderLabelText=" "
         ItemListPopUpHeaderTextColor="Black"
         PopUpHighlightColor="#999" />

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

Inherited properties

CatalogItemListCreateListControl inherits shared conditions from CyberStoreBaseControl.


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