Click or drag to resize
UIElementLayout Class
.NET representation of the UI Layout JavaScript plug-in. Adds a footer pane automatically when used in dialogs
Inheritance Hierarchy

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public class UIElementLayout : UILayout

The UIElementLayout type exposes the following members.

Constructors
  NameDescription
Public methodUIElementLayout
Top
Fields
  NameDescription
Protected fieldmStopProcessing
Indicates if processing of the placeholder should be stopped.
(Inherited from UILayout.)
Top
Properties
  NameDescription
Public propertyApplyDemoStyles
When enabled, the layout will apply basic styles directly to resizers and buttons.
(Inherited from UILayout.)
Public propertyClosable
Can a pane be closed?
(Inherited from UILayout.)
Public propertyContainerSelector
Element the layout is created under. Most commonly 'body' element (default value). Can be any block-element.
(Inherited from UILayout.)
Public propertyDisplayFooter
Indicates whether the footer pane should be displayed
Public propertyFooterControlPath
Gets or sets the path to the footer control.
Public propertyIsLiveSite
Indicates if control is used on live site.
(Inherited from CMSWebControl.)
Public propertyLoadOn
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.)
Public propertyOnCloseEndScript
Script or function name called after 'close' is done.
(Inherited from UILayout.)
Public propertyOnCloseStartScript
Script or function name called before 'close' is done.
(Inherited from UILayout.)
Public propertyOnHideEndScript
Script or function name called after 'hide' is done.
(Inherited from UILayout.)
Public propertyOnHideStartScript
Script or function name called before 'hide' is done.
(Inherited from UILayout.)
Public propertyOnOpenEndScript
Script or function name called after 'open' is done.
(Inherited from UILayout.)
Public propertyOnOpenStartScript
Script or function name called before 'open' is done.
(Inherited from UILayout.)
Public propertyOnResizeEndScript
Script or function name called after 'resize' is done.
(Inherited from UILayout.)
Public propertyOnResizeStartScript
Script or function name called before 'resize' is done.
(Inherited from UILayout.)
Public propertyOnShowEndScript
Script or function name called after 'show' is done.
(Inherited from UILayout.)
Public propertyOnShowStartScript
Script or function name called before 'show' is done.
(Inherited from UILayout.)
Public propertyPanes
Collection of panes. Cannot contain more than one pane for one direction (NESW or center).
(Inherited from UILayout.)
Public propertyResizable
When open, can a pane be resized?
(Inherited from UILayout.)
Public propertyScrollToBookmarkOnLoad
This option handles of bookmarks that are passed on the URL of the page.
(Inherited from UILayout.)
Public propertyShortID
Short ID of the control.
(Inherited from CMSWebControl.)
Public propertySlidable
When closed, can a pane 'slide open' over adjacent panes?
(Inherited from UILayout.)
Public propertyStopProcessing
Indicates if processing of the UI panel should be stopped.
(Inherited from UILayout.)
Public propertyUIContext
Returns control's UI context
(Inherited from CMSWebControl.)
Top
Methods
  NameDescription
Protected methodOnInit
Init event handler
(Inherited from UILayout.)
Protected methodOnLoad
Load event handler
(Overrides ControlOnLoad(EventArgs).)
Protected methodOnPreRender
PreRender event handler
(Inherited from UILayout.)
Top
Extension Methods
  NameDescription
Public Extension MethodAddCssClass
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodCallHandled
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.)
Public Extension MethodGetCssClasses
Returns all CSS classes of control.
(Defined by ControlsExtensions.)
Public Extension MethodGetRenderedHTML
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by ControlsExtensions.)
Public Extension MethodHasCssClass
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodRemoveCssClass
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodSetCssClasses
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.)
Top
See Also