AbstractMasterPage Class |
Namespace: CMS.UIControls
public abstract class AbstractMasterPage : MasterPage
The AbstractMasterPage type exposes the following members.
Name | Description | |
---|---|---|
AbstractMasterPage |
Name | Description | |
---|---|---|
lblError |
Error label control.
| |
lblInfo |
Info label control.
| |
lblWarning |
Warning label control.
| |
mBodyClass |
Body CSS class.
| |
mShortIDs |
Hashtable with the short ID mappings.
| |
plcMessages |
Placeholder for messages.
|
Name | Description | |
---|---|---|
ActionsViewstateEnabled |
Indicates if header actions panel should have ViewState enabled or disabled.
| |
AfterFormPlaceholder |
Gets placeholder located after form element.
| |
Body |
Body object.
| |
BodyClass |
Body class.
| |
ButtonClose |
Prepared for closing modal window.
| |
ButtonNext |
Prepared for switching to next record (info/details etc.)
| |
ButtonPrevious |
Prepared for switching to previous record (info/details etc.)
| |
DisplayActionsPanel |
Indicates whether the panel for actions should be displayed.
| |
DisplayControlsPanel |
Indicates whether the panel for additional controls should be displayed.
| |
DisplaySeparatorPanel |
Indicates whether sparator should be displayed
| |
DisplaySiteSelectorPanel |
Indicates whether the panel for site selector should be displayed
| |
ErrorLabel |
Error label control.
| |
FooterContainer |
Container with footer panel.
| |
HeadElements |
Prepared for specifying the additional HEAD elements.
| |
HeaderActions |
HeaderActions control.
| |
HeaderActionsPlaceHolder |
HeaderActionsPermissions place holder.
| |
HeaderContainer |
Header container.
| |
InfoLabel |
Info label control.
| |
LinkExport |
Prepared for exporting.
| |
MessagesPlaceHolder |
Messages placeholder
| |
ObjectEditMenu |
Container with header actions menu
| |
PageStatusContainer |
Page status container.
| |
PanelBody |
Body panel.
| |
PanelContainer |
Tabs container panel.
| |
PanelContent |
Gets the content panel.
| |
PanelFooter |
Footer panel.
| |
PanelHeader |
Header panel.
| |
PanelInfo |
Info panel.
| |
PanelLeft |
Left tabs panel.
| |
PanelRight |
Right tabs panel.
| |
PanelSeparator |
Separator panel.
| |
PanelTabs |
Tabs panel.
| |
PanelTitle |
Panel containing title.
| |
PanelTitleActions |
Panel containing title actions displayed above scrolling content.
| |
PlaceholderLabels |
Gets the labels container.
| |
ShortIDs |
Table of the short IDs [ID -> ShortID]
| |
TabMode |
Indicates if the page is in tab mode.
| |
Tabs |
Tabs control.
| |
Title |
PageTitle control.
| |
WarningLabel |
Warning label control.
|
Name | Description | |
---|---|---|
EnsureMessagesPlaceHolder |
Ensures message labels on the page.
| |
OnInit |
Init event handler.
(Overrides UserControlOnInit(EventArgs).) | |
OnPreRender |
PreRender event handler
(Overrides ControlOnPreRender(EventArgs).) | |
SetShortIDs |
Sets the short IDs to the controls.
|
Name | Description | |
---|---|---|
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.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) |