Set TD attributes for input cell when editing or creating records Default: Sets the TD attribute of the cell containing the input tags to COL-$fieldname. So if you have a field name "OVERDRAFT", then the TD tag will have the attribute TD=COL-OVERDRAFT.
The # is substituted with the field name.
To disable this feature, set
$lens->tdEdit = false; Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 3.0]
|