Portlet Page Editor Tags for Adaptive Layout
Tag portletsearchform


Generates the form and hidden inputs necessary to search for portlets. It does not generate the text input or search button. The text input must be named in_tx_query. These tags are only available on the Portlet Selection layout, which applies to the DHTML flyout for adding portlets to a page.


Tag Information
Tag Nameportletsearchform

Attributes
NameTypeRequiredDefault ValueDescription
namestringfalseportletSearchThe name to use for the search form.
idstringfalseportletSearchThe ID to use for the search form.
validatestringfalsecheckPortletSearchThe name to use for the javascript search validation function used in the form.
submitstringfalsesubmitPortletSearchThe name to use for the javascript submit function. This function will need to be called when the user searches for portlets.
keydownstringfalsehandleSearchEventThe name to use for the javascript key down event handler function. This function should be added to the 'onkeydown' attribute of the search text input box. The function takes the key down event as an argument (i.e. onkeydown='handleSearchEvent(event);').
flyoutIDstringtruenullSpecifies the ID of the div that will have the flyout effect.
defaulttextstringtruenullThe default text displayed in the search box. This will be used by the search validation javascript to convert the default text to a wildcard query (i.e. *) if the user searches for it.


Copyright 2005 Plumtree Software, Inc.