Back
templateFilterGrid
Templates
templateFilterGrid
Smarty template for one row of phpLens grid when filtering
Default:
Use this if you need a custom template to display your filter/search results. If this property is not defined, but templateGrid is defined, the templateGrid template is used instead.

The Smarty template file must be placed in the templates subdirectory of the Web page.

The following template variables are available:

{$_EDIT_} -- The edit record icon
{$_DELETE_} -- The delete record icon
{$_RECNO_} -- The record number (this is not the primary key)
{$_PRIMARY_} -- urlencoded primary key

The field values and the field titles are available also. If a field "name" is defined, then:

{$NAME} -- field value
{$NAME_T} -- field title

See also templateGrid.

 Basic:Yes  Advanced/Enterprise:Yes  DynamicEdit:Yes   [Version 1.0]