Adds an additional title row which spans multiple columns to the grid Default: Displays a top level header with the format:
$lens->titleLevel1 = 'Field1^3^Products^green;Field2^2^<b>The Amount</b>^#C0C0C0';
This will display for an additional title header starting at field1 that spans 3 columns with the text "Products", and has the background color green, and a field2 in the same row that spans 2 cells with the text "Amount" in bold, and with the background color #C0C0C0.
There are another additional title rows available in titleLevel2 and titleLevel3 , if they are defined. See also titleColorSyntax
$lens->titleLevel1 = "FIELD^COLSPAN^TITLE_TO_DISPLAY^COLOR"; Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 2.0.8]
|