#include <ContactSuggestions.h>
Public Member Functions | |
ContactSuggestions (WContainerWidget *parent=0) | |
Create a new ContactSuggestions popup. | |
void | setAddressBook (const std::vector< Contact > &contacts) |
Set the address book. |
This popup provides suggestions from a list of contact, by matching parts of the name or email adress with the current value being edited. It also supports editing a list of email addresses.
The popup is only available when JavaScript is available, and is implemented entirely on the client-side.
Definition at line 32 of file ContactSuggestions.h.
ContactSuggestions::ContactSuggestions | ( | WContainerWidget * | parent = 0 |
) |
void ContactSuggestions::setAddressBook | ( | const std::vector< Contact > & | contacts | ) |