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

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
CreateListHeadlineTextString | "Create a New List" | Sets the create-list headline text. | |
CreateListLinkTextString | "Create a new list" | Sets the create-list link text. | |
CreateListTypeString | "Account" | Sets the create-list type. | |
ItemListPopUpHeaderLabelTextString | " " | Sets the item-list pop-up header label text. | |
ItemListPopUpHeaderTextColorHTML color | "Black" | Sets the item-list pop-up header text color. | |
PopUpHighlightColorHTML 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.