gpt4 book ai didi

javascript - 当 tabBarPosition 为 'top' 时在选项卡栏上显示图标,

转载 作者:行者123 更新时间:2023-11-28 02:31:23 26 4
gpt4 key购买 nike

以下代码显示每个选项卡标题的图标

Ext.define("MyAPP.view.Main", {
extend : 'Ext.tab.Panel',
config : {
tabBarPosition : 'bottom', // <--- Line of interest
items : [{
title: "Contacts",
iconCls: "team",
}]
}
});

请参阅下面的示例。

Icon is shown on bottom

但是如果我将其更改为 tabBarPosition: 'top' 则看不到图标。整个风格变了。

No Icon is shown on top

当标签栏位置位于顶部时如何显示图标?

最佳答案

您使用的是哪个版本的 ST? 它在 2.1.0 上完美运行。

Top Docked TabBar

编辑:请确保您至少使用 Sencha Touch 2.1.0-b1,因为顶部停靠工具栏图标已从该版本引入,您可以在发行说明中阅读:

[TOUCH-2] Top docked tab bars can now have icons

关于javascript - 当 tabBarPosition 为 'top' 时在选项卡栏上显示图标,,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14111967/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com