-
30 Jun 2009 2:42 PM #1
FileUploadField text & iconCls
FileUploadField text & iconCls
I was having problems with the button text alignment when an iconCls was also specified for the FileUploadField ux. The fix I found was to comment out the extra class.
I am running Ext3.0 rc2 with FF3.Code:cls: 'x-form-file-btn' //+ (btnCfg.iconCls ? ' x-btn-icon' : '')
Last edited by mystix; 1 Jul 2009 at 2:58 AM. Reason: moved to Examples from 3.x Ux and Plugins


Reply With Quote