This component Tag <crm:googleAddressInputText> XML Namespace http://java.sun.com/jsf/composite/crm
Overview
The <crm:googleAddressInputText> tag is used to display an input element on the page that provides the user prompt geographical suggestions while the address is being typed into the input box.
Info
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
address | true | String | null | The address to be searched. |
id | falsetrue | String | null | Unique identifier of the component. |
managedBean | falsetrue | String | null | The name of the Java managed bean that class that will be used for retrieving the component values. |
placeholder | false | Stringempty | Start typing the address | A short hint that describes the expected value of this input element. |
setGoogleAddress | true | String | null | The name of the client side callback to execute when the value of the input element has been changed. |
visible | false | Boolean | true | Controls the visibility of the component. |
Getting Started with GoogleAddressInputText
The following example shows a google address input text component.