Search Page Tags for Adaptive Layout
Tag followupformtextbox


This tag generates the search box for the follow up search, including the previous query string as a default value. This tag only works with the Search Page Adaptive Layout.

This tag does not display the contents of the tag and should only be used as a singleton tag (i.e. <pt:searchpage.followupformtextbox/>), rather than as a tag with both an open and close tag.

Example:
<pt:searchpage.followupform>
 <pt:searchpage.followupformdata pt:id="followupData"/>
 <pt:core.html pt:tag="select" name="$followupData.inputName">
  <pt:logic.variable pt:key="followupOptions" pt:value="$followupData.followupOptionsKey"/>
  <pt:logic.foreach pt:data="$followupOptions" pt:var="option">
   <pt:core.html pt:tag="option" value="$option.value"><pt:logic.value pt:value="$option.name"/></pt:core.html>
  </pt:logic.foreach>
 </pt:core.html>
 <pt:searchpage.followupformtextbox size="20"/>
 <pt:core.html pt:tag="input" name="Search" type="button" value="Search" onclick="$onclick"/>
</pt:searchpage.followupform>


Tag Information
Tag Namefollowupformtextbox
Required Parent Tagfollowupform

Attributes
No Attributes Defined.


Copyright 2005 Plumtree Software, Inc.