UIElementLayout Class |
Namespace: CMS.UIControls
public class UIElementLayout : UILayout
The UIElementLayout type exposes the following members.
Name | Description | |
---|---|---|
UIElementLayout |
Name | Description | |
---|---|---|
mStopProcessing |
Indicates if processing of the placeholder should be stopped.
(Inherited from UILayout.) |
Name | Description | |
---|---|---|
ApplyDemoStyles |
When enabled, the layout will apply basic styles directly to resizers and buttons.
(Inherited from UILayout.) | |
Closable |
Can a pane be closed?
(Inherited from UILayout.) | |
ContainerSelector |
Element the layout is created under. Most commonly 'body' element (default value). Can be any block-element.
(Inherited from UILayout.) | |
DisplayFooter |
Indicates whether the footer pane should be displayed
| |
FooterControlPath |
Gets or sets the path to the footer control.
| |
IsLiveSite |
Indicates if control is used on live site.
(Inherited from CMSWebControl.) | |
LoadOn |
Defines when the UI Layout JavaScript plug-in should be initialized.
Sometimes it can be useful to register the layout script after document is ready or window is loaded.
(Inherited from UILayout.) | |
OnCloseEndScript |
Script or function name called after 'close' is done.
(Inherited from UILayout.) | |
OnCloseStartScript |
Script or function name called before 'close' is done.
(Inherited from UILayout.) | |
OnHideEndScript |
Script or function name called after 'hide' is done.
(Inherited from UILayout.) | |
OnHideStartScript |
Script or function name called before 'hide' is done.
(Inherited from UILayout.) | |
OnOpenEndScript |
Script or function name called after 'open' is done.
(Inherited from UILayout.) | |
OnOpenStartScript |
Script or function name called before 'open' is done.
(Inherited from UILayout.) | |
OnResizeEndScript |
Script or function name called after 'resize' is done.
(Inherited from UILayout.) | |
OnResizeStartScript |
Script or function name called before 'resize' is done.
(Inherited from UILayout.) | |
OnShowEndScript |
Script or function name called after 'show' is done.
(Inherited from UILayout.) | |
OnShowStartScript |
Script or function name called before 'show' is done.
(Inherited from UILayout.) | |
Panes |
Collection of panes. Cannot contain more than one pane for one direction (NESW or center).
(Inherited from UILayout.) | |
Resizable |
When open, can a pane be resized?
(Inherited from UILayout.) | |
ScrollToBookmarkOnLoad |
This option handles of bookmarks that are passed on the URL of the page.
(Inherited from UILayout.) | |
ShortID |
Short ID of the control.
(Inherited from CMSWebControl.) | |
Slidable |
When closed, can a pane 'slide open' over adjacent panes?
(Inherited from UILayout.) | |
StopProcessing |
Indicates if processing of the UI panel should be stopped.
(Inherited from UILayout.) |
Name | Description | |
---|---|---|
OnInit |
Init event handler
(Inherited from UILayout.) | |
OnLoad |
Load event handler
(Overrides ControlOnLoad(EventArgs).) | |
OnPreRender |
PreRender event handler
(Inherited from UILayout.) |
Name | Description | |
---|---|---|
AddCssClass |
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
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.) | |
GetCssClasses |
Returns all CSS classes of control.
(Defined by ControlsExtensions.) | |
GetRenderedHTML |
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) | |
HasCssClass |
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
RemoveCssClass |
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
SetCssClasses |
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.) |