IPresentationFormatter Interface |
Namespace: Ingeniux.CMS.Presentation
The IPresentationFormatter type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnClassNameBase |
Gets the prefix of CSS class name for columns
|
![]() | ElementName |
Gets the name of the output element
|
![]() | Grids |
Gets the max number of grids in each row for this formatter
|
![]() | Name |
Gets display name of the Presentation Formatter
|
![]() | PadZeroOnColumnWidth |
Gets whether this formatter will pad 0 on column width that is 1 digit, default is false.
|
![]() | RowClassName |
Gets the CSS class name for rows
|
![]() | SupportWrapLevels |
Gets whether this formatter uses standard column/row formatting logic, or implemented its custom logic.
|
Name | Description | |
---|---|---|
![]() | FormatContentUnitPlaceHolder |
Produces the html for content unit place holder in rendering template
|
![]() | FormatLayout |
Produces the html for layout container
|
![]() | FormatLayoutColumn |
Produces the html for layout column
|
![]() | FormatLayoutRow |
Produces the html for layout row
|
![]() | GetColumnGridSizeClassName |
Gets the prefix of CSS class name for columns, on grid size
|
![]() | GetColumnOffsetClassNameBase |
Gets the prefix of CSS class name for offsets on columns
|