Back
templateFilter
Templates
templateFilter
Template for search form
Default:
The Smarty template file must be placed in the templates subdirectory of the Web page.

The following template variables are available:

{$_FORMBEGIN_} -- equivalent of the <FORM> tag
{$_FORMEND_} -- equivalent of the </FORM> tag
{$_EDIT_} -- "e" dynamic edit icon
{$_SUBMIT_} -- submit button
{$_CANCEL_} -- Cancel button

All column values are available, and the data input fields also as variables. Assume that we have a column called NAME (all column names must be in upper case), then we have the following:

{NAME} -- input fields for column NAME
{NAME_T} -- title of column NAME

Syntax
$lens->templateFilter = 'find.tpl';

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