Comment donner padding/margin aux éléments à l'intérieur du panneau ExtJS

Je suis en utilisant ExtJS 2.3.0

J'ai un panneau et certains éléments à l'intérieur que

{
    xtype: 'panel',
    border: false,
    margin: '10px;' //Not working for me
    items: [
            { boxLabel: 'One', xtype: 'checkbox' },
            { boxLabel: 'Two', xtype: 'checkbox' }
    ]
}

J'ai essayé d'utiliser margin, padding... aucun d'entre eux travaille pour moi..

Des solutions.

OriginalL'auteur Microsoft DN | 2014-01-22