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