Sencha tabpanel에 close icon(x) 추가
2024. 9. 7. 22:57ㆍJavascript/Sencha
closable을 사용하면 됨(default는 false임)
{
region: 'center',
xtype: 'tabpanel',
name: 'content',
items: [{
title: 'Main',
closable: true
}]
}
'Javascript > Sencha' 카테고리의 다른 글
Sencha textfield xtype 접근하기 (0) | 2024.10.01 |
---|---|
Sencha 컴포넌트(xtype)의 config에 스크립트로 값 지정하기 (0) | 2024.10.01 |
Sencha form ajax (0) | 2024.09.01 |
Sencha Form combobox (1) | 2024.09.01 |
Sencha 'itemId' 다루기 (0) | 2024.09.01 |