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. Use the loConfig.AddColumn() method to add columns: loConfig = CREATEOBJECT("HtmlRecordConfig") loConfig.Width =…
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 0 - display the raw evaluated value 2 - input field with raw value embedded 4 - input field with embedded <%= %> expressions (use for string captures) Field names match the table column or…
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

Assembly: wwhtmlhelpers.prg


See also