AbstractCMSPage Methods |
The AbstractCMSPage type exposes the following members.
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.) |