CMSTextPager Class |
Namespace: CMS.DocumentEngine.Web.UI
public class CMSTextPager : CMSWebControl, INamingContainer
The CMSTextPager type exposes the following members.
Name | Description | |
---|---|---|
CMSTextPager |
Name | Description | |
---|---|---|
ltlContent |
Content literal.
| |
ltlSeparator |
Separator literal.
| |
mDataPager |
DataPager variable.
| |
mPageSize |
Number of chars on a page. If it is -1, the text source is not split.
| |
mProcessPlainTextDecoded |
If true, the plain text is processed as decoded.
| |
mTextSource |
Text source property.
| |
pagedSource |
Paged text source.
| |
pnlContent |
Content panel.
|
Name | Description | |
---|---|---|
IsLiveSite |
Indicates if control is used on live site.
(Inherited from CMSWebControl.) | |
PagerControl |
Represents pager control.
| |
PagerCSSClass |
Pager CSS class.
| |
PagerSeparator |
Pager separator (HTML code to insert between the paged text and the pager).
| |
PageSize |
Number of chars on a page. If it is -1, the text source is not split.
| |
ResolveDynamicControls |
Gets or sets the value that indicates whether dynamic controls should be resolved
| |
ShortID |
Short ID of the control.
(Inherited from CMSWebControl.) | |
TextCSSClass |
Text CSS class.
| |
TextSource |
Text source.
|
Name | Description | |
---|---|---|
CreateChildControls |
Create child controls
(Overrides ControlCreateChildControls.) | |
GetDataSet |
Gets dataset from string array.
| |
OnInit |
Init event handler.
(Overrides CMSWebControlOnInit(EventArgs).) | |
OnLoad |
Load event handler
(Overrides ControlOnLoad(EventArgs).) | |
ReloadData |
Reloads current data.
| |
Render |
Render event handler.
(Overrides WebControlRender(HtmlTextWriter).) |
Name | Description | |
---|---|---|
AddCssClass |
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) | |
GetCssClasses |
Returns all CSS classes of control.
(Defined by ControlsExtensions.) | |
GetRenderedHTML |
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) | |
HasCssClass |
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
RemoveCssClass |
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
SetCssClasses |
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.) |