Sets the color of a span of titles Default: Allows you to set the background color of field titles. For example:
$lens->gridLens = "name;description;price;stock";
$lens->titleColor = "NAME^2^red;PRICE^1^green";
This will result in the NAME and DESCRIPTION titles to be backgrounds to be colored red, the PRICE title green, while the last field STOCK will use the default color.
See also titleLevel1.Syntax
$lens->titleColor="FIELD^COLSPAN^COLOR"; Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 1.0]
|