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: LOGICAL

Notes:

Examples:

/* Specify a HTML background color for the custNum column */ 
addTDModifier("custnum",’ align="left" bgcolor = "#FFFa00"’). 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095