glafrance
15 Oct 2012, 8:38 AM
I'm calling this function to set the padding-bottom of a label, but its not working:
Ext.getCmp('myLabel').getEl().setStyle('padding-bottom', 20);
Tried this as well, but no luck"
Ext.getCmp('myLabel').getEl().setStyle('paddingBottom', 20)
Ext.getCmp('myLabel').getEl().setStyle('padding-bottom', 20);
Tried this as well, but no luck"
Ext.getCmp('myLabel').getEl().setStyle('paddingBottom', 20)