Previous Topic: dtlStartDivNext Topic: dtlStartRow


dtlStartExpRow

The dtlStartExpRow macro specifies the start of an expandable row on a detail form. An expandable row lets the user hide the row controls by clicking the title bar of the row.

This macro has the following properties:

class=className

Specifies the CSS class of the HTML table containing the controls in the new row.

colspan=1|number

Specifies the number of columns on the form.

exp_rows="1,2,…"

Specifies the row numbers in the expandable section as a quoted string containing a sequence of numbers from 1 to N. N represents the number of rows desired in the expandable section. The section includes the controls following dtlStartExpRow, and the next n-1 dtlStartRow macros.

form_name=name

Specifies the name of the containing HTMPL file name without the htmpl extension. The name value is the name of the file. When the expandable section is in a tab, this argument specifies the name of the file containing the tab.

label=string

Specifies the label shown on the expandable section bar.