Configuration object used to configure the HtmlRecord function.
Class Members
Member | Description | |
---|---|---|
AddColumn |
Allows adding columns to be added to this HTML record. o.AddColumn(loColumn,lcLabel, lcType) |
|
Columns |
Collection of columns to add manually add to this config. | |
CssClass |
The main CSS class for the HTML Table | |
DataMode |
Data mode of either: | |
DisplayMode |
0 - display the raw evaluated value 2 - input field with raw value embedded 4 - input field with embedded expressions (use for string captures) |
|
HeaderCssClass |
CSS Class for the header row. | |
HeaderStyle |
Style tags to be added to the header | |
ID |
Id to for the Table | |
ItemAttributeString |
Additional attributes to be added to the individual item's data item. | |
ItemCssClass |
Css for the data value. | |
RowAttributeString |
Attributes assigned to each row that is rendered | |
RowCssClass |
The CSS class for the 'row' (it's actually a div that wraps the label and text). | |
Style |
The table style to be applied | |
TableAttributes |
Attributes to be added to the top level container that holds the individual controls. | |
TableStyle |
Style tags to be added to the table when rendered on the top level container. | |
Width |
Auto width by default |
Requirements
Assembly: wwhtmlhelpers.prgSee also:
wwHtmlHelpers.HtmlRecord© West Wind Technologies, 1996-2024 • Updated: 09/06/15
Comment or report problem with topic