如何隱藏運行時面板的標題?如何隱藏標題中的Ext.formPanel
這是我的代碼:
{
xtype: 'panel',
id: 'pnlAllCenter',
border: false,
layout: {
align: 'stretch',
type: 'vbox'
},
title: '<center>Main Application</center>'
}
現在在運行時我需要隱藏這個稱號! (我需要像這樣的Ext.getCmp('pnlAllCenter')。title.remove();)
謝謝!!
[ExtJS的面板標題]的可能的複製(HTTP:/ /stackoverflow.com/questions/3004444/extjs-panel-title) – Vadzim