ILayout
|
The ILayoutColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| AdditionalClassNames |
Gets/sets additional CSS class names that will be applied to the container during publish
(Inherited from IContainer) | |
| AllDisplayUnits | Gets all direct child display units contained in this column, including both Content Unit Instances and Layout Rows | |
| Border |
Gets the box border properties
(Inherited from IContainer) | |
| ContentUnits | Gets all direct child Content Unit Instances contained in this column | |
| LayoutRows | Gets all direct child Layout Rows contained in this column | |
| LockedForIce |
Gets/sets whether this container is locked in In-Context-Edit mode
When a container is locked, in ICE mode, user will not be able to select content units inside and move content units into/from/within the container
(Inherited from IContainer) | |
| Margin |
Gets the box margin properties
(Inherited from IContainer) | |
| MinimumHeight |
Gets/sets the minimum height in CSS for this container
(Inherited from IContainer) | |
| Name |
Gets the name of the container
(Inherited from IContainer) | |
| OffsetInGrids | Gets/sets the number of grids this column offsets, which move it to the right | |
| Padding |
Gets the box padding properties
(Inherited from IContainer) | |
| WidthInGrids | Gets/sets the number of grids this column occupies on a Row | |
| Wrapping |
Gets/set the wrapping/break point option
(Inherited from IContainer) |
| Name | Description | |
|---|---|---|
| Add(IContentUnit) | Adds one to more Content Unit Instances, and append them to the end | |
| Add(IContentUnit, Int32) | Adds a new Content Unit Instance at the specified position | |
| Add(ILayoutRow, Int32) | Adds a new Layout Row at specified position | |
| Add(IContentUnit, IContentUnitInstance, Int32) | Adds a Content Unit Instance at the specified position | |
| Clear | Removes all child Display Units | |
| Format |
Generates HTML markup, and appends to the specified html document
(Inherited from IDisplayUnit) | |
| Remove(Int32) | Removes a contained Display Unit at specified position | |
| Remove(String) | Removes a contained Display Unit of child display units connection | |
| Replace | Replace a container Content Unit Instance with another content unit instance If both content unit instances are children of this column, this is a position swap | |
| Serialize |
Generates an XML element for this container
(Inherited from IContainer) |
| Name | Description | |
|---|---|---|
| ContentUnitAdded |
This event is fired when a new Content Unit Instance is placed
within a Layout Column (Inherited from IContentUnitInstanceEvents) | |
| ContentUnitRemoving |
This event is fired when a Content Unit Instance is being removed when
its parent Layout Column (Inherited from IContentUnitInstanceEvents) | |
| DisplayUnitUpdated |
This events is fired when any Display Unit is updated within a
Presentation (Inherited from IContentUnitInstanceEvents) |