Overview
The <crm:summarySingleFilterSearchButton> tag is used to display a single filter criterion and a search button on a signle filter summary page.
Note |
---|
It should be defined only on Single Filter Summary Page. |
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
id | true | String | null | Unique identifier of the component. |
managedBean | true | String | null | The name of the Java managed bean that class that will be used for retrieving the component values. |
refresh | false | String | @form | Component(s) to update with ajax. |
size | false | Integer | 30 | Number of characters used to determine the width of the input element. |
summaryCriterion | false | Object | null | A search criterion |
Getting Started
The following example shows a summary single filter search button component that is used on Single Filter Summary Page.