Attributes |
Name | Required | Request-time | Type | Description |
autoFocus | false | true | boolean | Sets whether the search field gets focus by default. The default value is false . |
buttonLabel | false | true | java.lang.String | Sets the text value for the search button's label. The default value is Search . |
cssClass | false | true | java.lang.String | Sets a CSS class for styling this component. |
id | false | true | java.lang.String | Identifies the component instance. The default value is displayTerms.KEYWORDS . |
name | false | true | java.lang.String | Sets the search box's name. The default value is displayTerms.KEYWORDS . |
placeholder | false | true | java.lang.String | Sets the placeholder text for the search field. The default value is the value of the buttonLabel attribute. |
showButton | false | true | boolean | Sets whether to show the search button. The default value is true . |
title | false | true | java.lang.String | Sets the search box's title. |
useNamespace | false | true | boolean | Sets whether to use a namespace with the search button. The default value is true . |