TemplatePage Class |
Namespace: CMS.UIControls
public abstract class TemplatePage : ContentPage
The TemplatePage type exposes the following members.
Name | Description | |
---|---|---|
TemplatePage |
Name | Description | |
---|---|---|
mDocumentBase |
Document base.
(Inherited from ContentPage.) |
Name | Description | |
---|---|---|
AfterFormPlaceHolder |
Gets placeholder located after form element.
(Inherited from AbstractCMSPage.) | |
BodyClass |
Body class.
(Inherited from ContentPage.) | |
BodyParameters |
Body parameters.
(Inherited from ContentPage.) | |
BodyScripts |
Top HTML body node for custom HTML code.
(Inherited from ContentPage.) | |
ContextMenuContainer |
Container control for the context menus.
(Inherited from AbstractCMSPage.) | |
CssFile |
Css file.
(Inherited from ContentPage.) | |
CultureCode |
Gets culture code of current document initialized from query string.
(Inherited from AbstractCMSPage.) | |
CurrentPage |
Current page info.
(Inherited from ContentPage.) | |
CurrentSite |
Current site.
(Inherited from ContentPage.) | |
CurrentUser |
Current user.
(Inherited from ContentPage.) | |
CurrentUseXUACompatible |
If true, X-UA-Compatible header will be added to the page.
(Inherited from AbstractCMSPage.) | |
Description |
Description.
(Inherited from ContentPage.) | |
DocType |
DocType.
(Inherited from ContentPage.) | |
DocumentBase |
Document base.
(Inherited from ContentPage.) | |
DocumentID |
Gets document ID of current document initialized from query string.
(Inherited from AbstractCMSPage.) | |
DocumentManager |
Document manager control.
(Inherited from AbstractCMSPage.) | |
EnableContextHelp |
Tells you whether context help script generation into page is enabled.
(Inherited from AbstractCMSPage.) | |
EnsureDocumentManager |
Indicates if document manager should be ensured
(Inherited from AbstractCMSPage.) | |
EnsurePreferredCulture |
Indicates if content preferred culture should be ensured.
(Inherited from AbstractCMSPage.) | |
ExtendedTags |
Extended tags.
(Inherited from ContentPage.) | |
FooterContainer |
Container control for the page footers.
(Inherited from AbstractCMSPage.) | |
HeaderActions |
Local header actions
(Inherited from AbstractCMSPage.) | |
HeaderTags |
Header tags.
(Inherited from ContentPage.) | |
IsCMSDesk |
Determines whether the current page is located under the CMS Desk.
(Inherited from AbstractCMSPage.) | |
IsDialog |
Indicates whether page is a dialog.
False by default.
(Inherited from AbstractCMSPage.) | |
IsRootDialog |
Indicates whether page is root dialog (top dialog page with header and footer)
(Inherited from AbstractCMSPage.) | |
IsStandardPage |
If true, the page is a UI page
(Inherited from AbstractCMSPage.) | |
KeyWords |
Key words.
(Inherited from ContentPage.) | |
LogsContainer |
Container control for the log controls.
(Inherited from AbstractCMSPage.) | |
ManagersContainer |
Container control for the page managers.
(Inherited from AbstractCMSPage.) | |
MessagesPlaceHolder |
Local page messages placeholder
(Inherited from AbstractCMSPage.) | |
NodeID |
Gets node ID of current document initialized from query string.
(Inherited from AbstractCMSPage.) | |
PageManager |
Page manager.
(Inherited from ContentPage.) | |
PageTitle |
Title.
(Inherited from ContentPage.) | |
RegisterGlobalHotKeyScript |
Gets or sets the value that indicates whether global hotkey script should be registered
(Inherited from AbstractCMSPage.) | |
ScriptManagerControl |
Script manager control.
(Inherited from AbstractCMSPage.) | |
TabMode |
Indicates if the page is in tab mode.
(Inherited from AbstractCMSPage.) | |
Tree |
Tree provider object.
(Inherited from AbstractCMSPage.) | |
UIContext |
Page's UI context
(Inherited from AbstractCMSPage.) | |
UseViewStateUserKey |
If true, ViewStateUserKey is used.
(Inherited from AbstractCMSPage.) | |
XmlNamespace |
Additional XML namespace to HTML tag.
(Inherited from ContentPage.) |
Name | Description | |
---|---|---|
AddConfirmation |
Adds confirmation text to existing message on the page.
(Inherited from AbstractCMSPage.) | |
AddError |
Adds error text to existing message on the page.
(Inherited from AbstractCMSPage.) | |
AddHeaderAction |
Adds specified action to the page header actions.
(Inherited from AbstractCMSPage.) | |
AddHeaderActions |
Adds the list of header actions to the page header actions.
(Inherited from AbstractCMSPage.) | |
AddInformation |
Adds information text to existing message on the page.
(Inherited from AbstractCMSPage.) | |
AddMessage |
Adds text to existing message on the page.
(Inherited from AbstractCMSPage.) | |
AddWarning |
Adds warning text to existing message on the page.
(Inherited from AbstractCMSPage.) | |
CreateDocumentManager |
Creates a document manager for this page.
(Inherited from AbstractCMSPage.) | |
EnsureFootersControl |
Ensures the page footer control.
(Inherited from AbstractCMSPage.) | |
EnsureScriptManager |
Ensures the script manager on the page.
(Inherited from ContentPage.) | |
Eval(String, Boolean) |
Evaluates the item data (safe version), with html encoding.
(Inherited from AbstractCMSPage.) | |
EvalReturnType(String) |
Templated Eval, returns the value converted to specific type.
(Inherited from AbstractCMSPage.) | |
EvalBool |
Evaluates the item data and converts it to the bool.
(Inherited from AbstractCMSPage.) | |
EvalDateTime |
Evaluates the item data and converts it to the date time.
(Inherited from AbstractCMSPage.) | |
EvalDecimal |
Evaluates the item data and converts it to the decimal.
(Inherited from AbstractCMSPage.) | |
EvalDouble |
Evaluates the item data and converts it to the double.
(Inherited from AbstractCMSPage.) | |
EvalGuid |
Evaluates the item data and converts it to the guid.
(Inherited from AbstractCMSPage.) | |
EvalHTML |
Evaluates the item data and doesn't encode it. Method should be used for columns with html content.
(Inherited from AbstractCMSPage.) | |
EvalInteger |
Evaluates the item data and converts it to the integer.
(Inherited from AbstractCMSPage.) | |
EvalJSString |
Evaluates the item data, encodes it to be used in javascript code and encapsulates it with "'".
(Inherited from AbstractCMSPage.) | |
EvalText |
Evaluates the item data and encodes it. Method should be used for columns with string nonhtml content.
(Inherited from AbstractCMSPage.) | |
GetDocumentManagerContainer |
Gets document manager container
(Inherited from ContentPage.) | |
GetImageUrl |
Gets UI image URL.
(Inherited from AbstractCMSPage.) | |
InitDebug |
Initializes the debug controls.
(Inherited from AbstractCMSPage.) | |
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.
(Inherited from AbstractCMSPage.) | |
LoadUserControl |
Loads the user control based on the given path
(Inherited from AbstractCMSPage.) | |
LogAndShowError |
Logs the exception and displays a general error message
(Inherited from AbstractCMSPage.) | |
OnInit |
Init event handler.
(Inherited from ContentPage.) | |
OnLoad |
Load event handler.
(Inherited from ContentPage.) | |
OnPreInit |
PreInit event handler.
(Inherited from ContentPage.) | |
OnPreRender |
PreRender event handler.
(Inherited from ContentPage.) | |
OnPreRenderComplete |
Raises the PreRenderComplete event after the OnPreRenderComplete event and before the page is rendered.
(Inherited from AbstractCMSPage.) | |
OnUnload |
Unload event handler.
(Inherited from ContentPage.) | |
RegisterBodyModifyingScript |
Registers script that modified body element. (For IE7,8 compatibility reasons. See KB927917 for more information.)
(Inherited from AbstractCMSPage.) | |
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).
(Inherited from AbstractCMSPage.) | |
Render |
Render event handler.
(Inherited from ContentPage.) | |
ResolveUrl |
Resolves the given URL
(Inherited from AbstractCMSPage.) | |
SetFormAction |
Sets the form action for current page if was rewritten by URL rewriter
(Inherited from AbstractCMSPage.) | |
ShowChangesSaved |
Shows the general changes saved message.
(Inherited from AbstractCMSPage.) | |
ShowConfirmation |
Shows the general confirmation message.
(Inherited from AbstractCMSPage.) | |
ShowError |
Shows the specified error message, optionally with a tooltip text.
(Inherited from AbstractCMSPage.) | |
ShowInformation |
Shows the given information on the page, optionally with a tooltip text.
(Inherited from AbstractCMSPage.) | |
ShowMessage |
Shows the specified message, optionally with a tooltip text and description.
(Inherited from AbstractCMSPage.) | |
ShowWarning |
Shows the specified warning message, optionally with a tooltip text.
(Inherited from AbstractCMSPage.) |
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.) |