Hi,
I've implemented an "ZmAutocompleteListView" which work well but I'd like to change the value of my list.
By default, it's the shell list => my contacts list.
I think that I have to change the "parent" param.Code:var params = {
parent: appCtxt.getShell(),
dataClass: appCtxt.getAutocompleter(),
matchValue: ZmAutocomplete.AC_VALUE_NAME,
compCallback: (new AjxCallback(this, this._acCompHandler))
};
The question is : How to personalize this list ?
Thanks
