gpt4 book ai didi

sencha-touch - 在标题栏中间动态添加面板

转载 作者:行者123 更新时间:2023-12-04 18:20:59 26 4
gpt4 key购买 nike

我有一个带有标题栏的面板,其中已经有两个按钮,一个在左侧,另一个在栏的右侧。现在我想知道如何将面板(或其他)添加到栏的中心。

这个面板里面需要有图片和se字符串。

这就是我目前所做的,但面板显示在左侧按钮的右侧,我不知道如何将它放在标题栏的中间。

this.getTitlebar().add([{
xtype: 'panel',
layout:'hbox',
items:[{
xtype:'img',
width:32,
height:32,
src:data.image.small.url
},{
html: data.key,
style:'color:#FFF'
}]
}]);

[更新]:居中:真

我试图在我的面板配置中添加 centered: true 但它没有用,它实际上变得更糟

由此

enter image description here

对此

enter image description here

谢谢

最佳答案

不需要添加“spacer”

items: [
// your_first_button(default:left)
{},
// your_central_panel
{centered: true},
// your_second_button
{right: 0}
]

希望这可以帮助。

关于sencha-touch - 在标题栏中间动态添加面板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10700061/

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