| Table Cell formating |
| htmlLens |
Determines which character fields to treat as native HTML/binary (no encoding) Default: Normally phpLens will convert all < characters to <. This disables HTML tags. Setting this will stop this conversion.
See the nl2br and anchorTags property.
To support double byte character sets, you need to set this for all columns.
You can make all columns support HTML and double byte by using *, as shown below:
$lens->htmlLens = '*';
Finally, set htmlLens for a BLOB field to prevent phpLens from treating the field as a picture field. Instead it will be treated as a text field.Syntax
$lens->htmlLens = "ColumnName1;ColumnName2.." Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 1.0]
|
|
|