Working with Web Application > PP.Application > Classes > ContactInfo > ContactInfo Constructor
PP.Application.ContactInfo(settings);
settings. JSON object that contains class property values.
The ContactInfo constructor creates an instance of the ContactInfo component.
Properties of the class that can be set in the constructor:
Property name | Data type | Description | |
![]() |
Address | String | Address field. |
![]() |
PhoneNumbers | Array of String | Array of telephone numbers. |
![]() |
FaxNumbers | Array of String | Array of fax numbers. |
![]() |
MailAddress | Array of String | Array of email addresses. |
![]() |
Site | String | Web site field. |
The constructor use is given on the Example of Creating the AboutBox Component page.
See also: