Brekeke PBX Wiki

Retrieving standard field information

Example:
var manager = Brekeke.Phonebook.getManager('en');
var item = manager.item;

Specify a language (en, ja) to retrieve manager object. The item property of the manager object is an array of the field information. The properties of the field information should be as shown below:

id – the field ID. If an id starts with $, the caption properties will be used. Otherwise, id will be used as a caption.
caption – the caption of the field. It is omitted when the id does not start with $.
onscreen – if true, the field is always shown
type – type of the field (phone or address)

 

For details of the standard fields, refer to the [Phone book] > [Import/Export] page of the product admintool.

Yes No
Suggest Edit