gpt4 book ai didi

extjs4 - 更改 Ext.panel 标题

转载 作者:行者123 更新时间:2023-12-04 14:33:15 25 4
gpt4 key购买 nike

我想动态设置面板标题。以下似乎不起作用!有任何想法吗?提前致谢!

Ext.create('Ext.panel.Panel', {
id: 'p0',
title: 'Hello World',
width: 200,
html: '<p>Lorem ispsum doler sit</p>',
renderTo: Ext.getBody()
});

Ext.getCmp('p0').title = 'Bye World'; //does not work!
Ext.getCmp('p0').header.title = 'Bye World'; //does not work either!

最佳答案

您可以直接调用setTitle Panel 提供的方法类(class)。

panel.setTitle('Bye World');

Sencha Docs是你的 friend 。阅读!!

关于extjs4 - 更改 Ext.panel 标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8549687/

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