Progress
ADM 2 Reference
addTDModifier (wbtable.p)
Adds one or more HTML attributes for the <TD> tag of a specific column.
Parameters:INPUT pcColumn AS CHARACTER
The name of the column that will use the attribute.
INPUT pcModifier AS CHARACTER
One or more HTML attributes where the value is in double quoted HTML format.
Returns: LOGICALNotes:
- The pcModifier passed to this function will be added to any existing TD modifier attributes for this column. The actual data is stored in the internal TdModifier property. This is a comma-separated list that holds entries for each of the columns in the object.
- The HTML attributes must be in the format <attribute> =
“
<value>”
, which makes it necessary to use either single quotes around the character expression or a tilde before the double quote.Examples:
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |