Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

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.

The component itself is accessed through the <crm:googleAddressInputText> tag and is defined in the xmlns namespace with the declaration xmlns:em="http://java.sun.com/jsf/composite/crm"

 

 

Image Added

Attributes

NameRequiredTypeDefaultDescription
addresstrueStringnullThe address to be searched.
id

...

trueStringnullUnique identifier of the component.
managedBean

...

trueStringnullThe name of the Java managed bean

...

class that will be used for retrieving the component values.
placeholderfalseString

...

 JSF Page

 

 

 

 

 

 

Managed Bean

 

...

Start typing the addressA short hint that describes the expected value of this input element.
setGoogleAddresstrueStringnullThe name of the client side callback to execute when the value of the input element has been changed.
visiblefalseBooleantrueControls the visibility of the component.

...


Getting Started

The following example shows a google address input text component.