| Bookshelf Home | Contents | Index | Search | PDF |       | 
Siebel Tools Reference > Special Behavior Supported by Templates > Search and Find Configuration in SWE Templates >
Search and Find Applet Tags
These tags are used to display the Basic and Advanced Search or Find applets. The tags are
<swe:srchCategoryList>,<swe:srchCategory>,<swe:srchCategoryText>, and<swe:srchCategoryControl>.Example:
<swe:srchCategoryList>
<swe:srchCategory>
<td><swe:srchCategoryText/></td>
<td><swe:srchCategoryControl/></td>
</swe:srchCategory>
</swe:srchCategoryList>The syntax for each tag is described as follows:
<swe:srchCategoryList>Purpose:
An iterator tag that encloses all the search categories that need to be displayed.
Usage:
<swe:srchCategoryList> ... </swe:srchCategoryList>Encloses all three tags described below. This tag also establishes a context.
<swe:srchCategory>Purpose:
Represents a search category object.
Usage:
<swe:srchCategory> ... </swe:srchCategory>Encloses the two tags described below.
<swe:srchCategoryText>Purpose:
Displays the "display name" of the search category.
Usage:
<swe:srchCategoryText/>Can be called only within the context of a "srchCategory."
<swe:srchCategoryControl>Purpose:
Displays the control of the search category. In the case of the Advanced Search, it is a check box.
Usage:
<swe:srchCategoryControl/>Can be called only within the context of a "srchCategory."
| Bookshelf Home | Contents | Index | Search | PDF |       | 
| Siebel Tools Reference, Version 7.5, Rev. A Published: 18 April 2003 |