sqlsearch
Tag
Attribute List:
This tag allows for quick displaying of search fields and a button.
Essentially it's just replaced by a bunch of sqlfields
that have isSearch set,
and an sqlaction button of
type search. Example:
<sqlsearch names="name, email" />
becomes
Name: <sqlfield isSearch="true" name="name"
/> Email:
<sqlfield isSearch="true" name="email" />
<sqlaction
type="Search"/>
Type of tag: Self-closing
Attributes
names
Required: Yes
Values: A comma-delineated list of field aliases
This is basically a list of sqlfield
name attributes. See sqlfield
for more details.