ILayout Interface |
The ILayout 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) | |
| Border |
Gets the box border properties
(Inherited from IContainer) | |
| 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) | |
| Padding |
Gets the box padding properties
(Inherited from IContainer) | |
| Rows | Gets the rows this layout contains | |
| Wrapping |
Gets/set the wrapping/break point option
(Inherited from IContainer) |
| Name | Description | |
|---|---|---|
| Add | Adds a new Layout Row at the specified position | |
| AllContentUnits | Recursively retrieves all Content Unit Instances from this layout | |
| Clear | Removes all child Layout Rows | |
| Format |
Generates HTML markup, and appends to the specified html document
(Inherited from IDisplayUnit) | |
| Remove(Int32) | Removes a Layout Row from specified position | |
| Remove(String) | Removes a Layout Row by its unique id | |
| 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) |