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