Search found 1 match

by heswaran
Wed May 25, 2016 2:20 am
Forum: Zimlets
Topic: [SOLVED] Enhancing the toolbar
Replies: 2
Views: 13921

Re: Enhancing the toolbar

Hi, You can try the below code: ZmBaseController.prototype.initializeToolbar = function(app, toolbar, controller, viewId) { var op = [ZmOperation.REPLY, ZmOperation.REPLY_ALL, ZmOperation.FORWARD]; for (var i = 0; i < op.length; i++) { var button = toolbar.getButton(op[i]); if (button) { if (op[i] =...