Javascript/Sencha

Sencha margin을 통해서 item간의 간격 넣기

바리새인 2025. 1. 29. 10:16
{
    xtype: 'textfield',
    fieldLabel: '태그',
    itemId: 'tag',
    labelWidth: 30,
    margin: '0 20 0 0' // Adds a 20px gap to the right of "태그"
},
{
    xtype: 'textfield',
    fieldLabel: '설명',
    itemId: 'description',
    labelWidth: 30,
},