Click or drag to resize

IContainer Interface


Represents a container that can hold other Display Units

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface IContainer : IDisplayUnit

The IContainer type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalClassNames
Gets/sets additional CSS class names that will be applied to the container during publish
Public propertyBorder
Gets the box border properties
Public propertyLockedForIce
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
Public propertyMargin
Gets the box margin properties
Public propertyMinimumHeight
Gets/sets the minimum height in CSS for this container
Public propertyName
Gets the name of the container
Public propertyPadding
Gets the box padding properties
Public propertyWrapping
Gets/set the wrapping/break point option
Top
Methods
  NameDescription
Public methodFormat
Generates HTML markup, and appends to the specified html document
(Inherited from IDisplayUnit.)
Public methodCode exampleSerialize
Generates an XML element for this container
Top
See Also