FetchContact Tag

Table of Contents

fetchContact

The fetchContact tag is used to return a single contact from the device contact database or Address Book.

Usage

The fetchContact tag provides access to the contact database or address book on the device. The user selects a single contact, and the name, email address, and phone number are returned as values.


<mobi:fieldsetGroup>
     <mobi:fieldsetRow>
         <mobi:fetchContact id="contact" label="Fetch Contacts" fields="name, email, phone"
         value="#{contactsBean.rawContact}" name="#{contactsBean.name}" email="#{contactsBean.email}"
         phone="#{contactsBean.phone}"/>
      </mobi:fieldsetRow>
</mobi:fieldsetGroup>

Tag Documentation

fetchContact

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2016 ICEsoft Technologies Canada Corp.