Class HtmlRecordConfig

Configuration object used to configure the HtmlRecord function.

Class Members

MemberDescription

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:

  • 0 - Cursor
  • 2 - Object

Cursor

Cursor iterates over the fields

DisplayMode

HeaderCssClass

CSS Class for the header row.

Defaults to col-sm-2.

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.prg

See also:

wwHtmlHelpers.HtmlRecord

© West Wind Technologies, 1996-2022 • Updated: 09/06/15
Comment or report problem with topic