Kentico CMS 6.0 Controls

Controls hierarchy

Controls hierarchy

Previous topic Next topic Mail us feedback on this topic!  

Controls hierarchy

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

Kentico CMS Controls make use of the object-oriented nature of the .NET Framework and many of them are derived either from standard ASP.NET controls or from each other. This means that controls with similar functionality have many common properties and learning to use them is made easier due to this fact.

 

The following categories and controls are available:

 

Generic Controls - these controls either serve as base controls that others are derived from or provide additional functionality, such as paging

UniView

Paging controls

DataPager

TemplateDataPager

UniPager

 

Basic Controls - these controls do not use the Kentico CMS database or API and can be used with any type of bindable data; most of them are derived from either intrinsic ASP.NET control or Generic controls

Navigation

BasicTabControl

Listings and viewers

BasicCalendar

BasicDataGrid

BasicDataList

BasicRepeater

BasicUniView

 

CMS Controls - these controls are designed to work exclusively with Kentico CMS documents and data; many of them are derived from Basic Controls with similar fundamental functionality

Navigation

CMSBreadCrumbs

CMSListMenu

CMSMenu

CMSSiteMap

CMSTabControl

CMSTreeMenu

CMSTreeView

Listings and viewers

Standard listings and viewers

CMSCalendar

CMSDataGrid

CMSDataList

CMSDocumentValue

CMSRepeater

CMSUniView

CMSViewer

Listings and viewers with a custom query

QueryDataGrid

QueryDataList

QueryRepeater

QueryUniView

Edit mode buttons

CMSEditModeButtonAdd

CMSEditModeButtonEditDelete

Editable regions for ASPX page templates

CMSEditableImage

CMSEditableRegion

CMSPageManager

Search controls

CMSSearchDialog

CMSSearchResults

 

UI Controls - these controls are different from the others; they are user controls that are utilized in the interface of Kentico CMS, but can also be used for custom purposes

UniGrid

UniSelector