Search Page Tags for Adaptive Layout
Tag followupform


Generates a search form with the previous search query and allows users to either modify their existing search or do a new search. This tag only works with the Search Page Adaptive Layout.

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 Namefollowupform
Related Child Tag(s)followupformtextbox followupformdata followupformsubmitlink

Attributes
No Attributes Defined.


Copyright 2005 Plumtree Software, Inc.