如何在 Zimbra 中动态更改工具栏

发布于 2024-07-25 08:26:14 字数 162 浏览 1 评论 0原文

更改 Zimbra 工具栏的最佳方法是什么? Zimbra 确实为每个视图都有一个工具栏,我们需要通过添加或删除按钮来更改它。

我认为 Zimlet 应该提供此功能,但 Zimlet 是在最后加载的,因此用户会首先看到初始按钮。 然后它们就会消失并被取代。 这其实不太好...

what is the best way to change the toolbars in Zimbra.
Zimbra does have a Toolbar for every view and we need to change it by either adding or removing buttons.

I think Zimlets are supposed to provide this functionality, but Zimlets are loaded at the end and therefore the user would see the initial buttons first. Then they would disappear and replaced. That's not really good...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浮萍、无处依 2024-08-01 08:26:14

好吧,我找到了一种使用 zimlet 来做到这一点的方法。
只需要为工具栏创建自己的皮肤模板,并使用 Zimlet 中的 onShowView 和initializeToolbar 方法来实现按钮即可。

Well I found a way to do this with zimlets.
One just needs to create his own skin template for the toolbar and use the onShowView and initializeToolbar methods in his Zimlet to implement his buttons.

暮凉 2024-08-01 08:26:14

是的,因为 zimbra 会触发用于 zimlet 加载的肥皂,这是在加载 zimbra 默认组件后调用的。

所以你不能先删除初始按钮。 如果你想更换这些按钮,那么你必须等待一段时间。

Yes, because the zimbra fire the soap for zimlet loading which is called after the loading of zimbra default componenet.

SO you are not be able to remove initial buttons first. If you want to replace those button then you have to wait for some time..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文