AbstractCMSPage Class |
Namespace: CMS.UIControls
public abstract class AbstractCMSPage : Page, ICMSPage
The AbstractCMSPage type exposes the following members.
Name | Description | |
---|---|---|
AbstractCMSPage |
Constructor
|
Name | Description | |
---|---|---|
AfterFormPlaceHolder |
Gets placeholder located after form element.
| |
BlankPageUrl |
Returns the URL of a blank page
| |
ContextMenuContainer |
Container control for the context menus.
| |
CultureCode |
Gets culture code of current document initialized from query string.
| |
CurrentUseXUACompatible |
If true, X-UA-Compatible header will be added to the page.
| |
DocumentID |
Gets document ID of current document initialized from query string.
| |
DocumentManager |
Document manager control.
| |
EnableContextHelp |
Tells you whether context help script generation into page is enabled.
| |
EnsureDocumentManager |
Indicates if document manager should be ensured
| |
EnsurePreferredCulture |
Indicates if content preferred culture should be ensured.
| |
FooterContainer |
Container control for the page footers.
| |
HeaderActions |
Local header actions
| |
IsCMSDesk |
Determines whether the current page is located under the CMS Desk.
| |
IsDialog |
Indicates whether page is a dialog.
False by default.
| |
IsRootDialog |
Indicates whether page is root dialog (top dialog page with header and footer)
| |
IsStandardPage |
If true, the page is a UI page
| |
LogsContainer |
Container control for the log controls.
| |
ManagersContainer |
Container control for the page managers.
| |
MessagesPlaceHolder |
Local page messages placeholder
| |
NodeID |
Gets node ID of current document initialized from query string.
| |
RegisterGlobalHotKeyScript |
Gets or sets the value that indicates whether global hotkey script should be registered
| |
ScriptManagerControl |
Script manager control.
| |
TabMode |
Indicates if the page is in tab mode.
| |
Tree |
Tree provider object.
| |
UIContext |
Page's UI context
| |
UseViewStateUserKey |
If true, ViewStateUserKey is used.
| |
UseXUACompatible |
Globally enables or disables addition of X-UA-Compatible header to the page.
| |
XUACompatibleValue |
Defines content of X-UA-Compatible header that will be rendered to the page.
|
Name | Description | |
---|---|---|
AddConfirmation |
Adds confirmation text to existing message on the page.
| |
AddError |
Adds error text to existing message on the page.
| |
AddHeaderAction |
Adds specified action to the page header actions.
| |
AddHeaderActions |
Adds the list of header actions to the page header actions.
| |
AddInformation |
Adds information text to existing message on the page.
| |
AddMessage |
Adds text to existing message on the page.
| |
AddWarning |
Adds warning text to existing message on the page.
| |
CreateDocumentManager |
Creates a document manager for this page.
| |
EnsureFootersControl |
Ensures the page footer control.
| |
EnsureScriptManager |
Ensures the script manager on the page.
| |
Eval(String, Boolean) |
Evaluates the item data (safe version), with html encoding.
| |
EvalReturnType(String) |
Templated Eval, returns the value converted to specific type.
| |
EvalBool |
Evaluates the item data and converts it to the bool.
| |
EvalDateTime |
Evaluates the item data and converts it to the date time.
| |
EvalDecimal |
Evaluates the item data and converts it to the decimal.
| |
EvalDouble |
Evaluates the item data and converts it to the double.
| |
EvalGuid |
Evaluates the item data and converts it to the guid.
| |
EvalHTML |
Evaluates the item data and doesn't encode it. Method should be used for columns with html content.
| |
EvalInteger |
Evaluates the item data and converts it to the integer.
| |
EvalJSString |
Evaluates the item data, encodes it to be used in javascript code and encapsulates it with "'".
| |
EvalText |
Evaluates the item data and encodes it. Method should be used for columns with string nonhtml content.
| |
GetDocumentManagerContainer |
Gets control ideal for containing document manager.
| |
GetImageUrl |
Gets UI image URL.
| |
GetString |
Returns localized string.
| |
InitDebug |
Initializes the debug controls.
| |
LoadContextHelp |
Loads application description and help topics with respect to current UI context.
Does nothing when context help not enabled or not on standard page.
| |
LoadUserControl |
Loads the user control based on the given path
| |
LogAndShowError |
Logs the exception and displays a general error message
| |
OnInit |
Page initialization.
(Overrides PageOnInit(EventArgs).) | |
OnPreInit |
PreInit event handler.
(Overrides PageOnPreInit(EventArgs).) | |
OnPreRender |
Page PreRender
(Overrides ControlOnPreRender(EventArgs).) | |
OnPreRenderComplete |
Raises the PreRenderComplete event after the OnPreRenderComplete event and before the page is rendered.
(Overrides PageOnPreRenderComplete(EventArgs).) | |
RegisterBodyModifyingScript |
Registers script that modified body element. (For IE7,8 compatibility reasons. See KB927917 for more information.)
| |
RegisterContextHelpScript |
Registers script which passes application description and help topics to UI.
If applicationName is null or empty, no application context is assumed (and applicationDescriptionUrl, applicationHelpTopics is not used).
| |
ResolveUrl |
Resolves the given URL
| |
SetFormAction |
Sets the form action for current page if was rewritten by URL rewriter
| |
ShowChangesSaved |
Shows the general changes saved message.
| |
ShowConfirmation |
Shows the general confirmation message.
| |
ShowError |
Shows the specified error message, optionally with a tooltip text.
| |
ShowInformation |
Shows the given information on the page, optionally with a tooltip text.
| |
ShowMessage |
Shows the specified message, optionally with a tooltip text and description.
| |
ShowWarning |
Shows the specified warning message, optionally with a tooltip text.
|
Name | Description | |
---|---|---|
AddToHeader |
Adds the given HTML code to the header of the page.
(Defined by PageExtensions.) | |
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.) | |
LoadUserControl |
Loads the user control based on the given path
(Defined by ControlsExtensions.) |