Kentico CMS 6.0 Controls

Configuration

Configuration

Previous topic Next topic Mail us feedback on this topic!  

Configuration

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

As it is inherited from the BasicRepeater control, the CMSRepeater control has all of its properties. These can be found in the BasicRepeater -> Configuration topic.

 

In addition, it has all of the following properties that can be set or used in the API:

 

CMS controls - common properties

Displaying related documents

 

As well as:

 

Property Name

Description

Sample Value

AlternatingTransformationName

Name of the transformation applied to alternating items in format <document type code name>.<transformation name>.

 

DataSourceControl

Object of the data source control.

 

DataSourceName

ID of the data source control.

 

DelayedLoading

Indicates whether data should be loaded during the load event instead of the default init event.

 

EnablePaging

Indicates whether the built-in DataPager control should be used to page the list.

 

This property does not affect the UniPager control, which must be added separately if you wish to use it.

 

ItemSeparator

Separator between displayed items.

"<hr/>"

NestedControlsID

IDs of nested controls (CMSRepeater, CMSDataList...), separated by semicolons.

"CMSRepeaterNested;CMSDataListNested"

PageSize

The number of displayed items per page.

 

PagerControl

This property can be used to set or get the pager control and its properties.

 

SelectedItemTransformationName

Name of the transformation applied to the selected item in format <document type code name>.<transformation name>.

 

ShowEditDeleteButtons

Indicates if edit and delete buttons should automatically be shown for each displayed item in the edit mode of CMS Desk.

 

TransformationName

Name of the transformation applied to standard items in format <document type code name>.<transformation name>.