Hello,
I'm trying to modify the mail list wich is displayed in the top of the double pane.
I can get the mail list and modify this list but I can't get the modified list to be displayed.
For example I get the mail list, I clear it and then I set this empty list back to the controller. After this I see no modification in the displayed mail list...
Quote:
// the "app" is from the "my_zimlet_HandlerObject.prototype.initializeToolb ar = function(app, toolbar, controller, viewId) {"
var mlc = app.getMailListController();
var liste = mlc.getList();
liste.clear();
mlc.setList(liste);
|
How can i modify the displayed mail list?