-
5 Feb 2009 12:04 AM #1
Textfield with inputType = file CSS
Textfield with inputType = file CSS
Hi, I noticed that if I create a textfield in this manner:
The resulting textfield and browse button are not CSS-formatted and look significantly different from other Extjs buttons / text fields. Does anyone know how to apply them look like the standard extjs components?Code:..., { xtype : 'textfield', inputType : 'file' id : 'fileUploadField' }
Thanks a lot!
-
5 Feb 2009 11:51 PM #2
No one? Can I at least know if this is a bug, and if there are any workarounds for it?
Last edited by tryanDLS; 6 Feb 2009 at 8:43 AM. Reason: Moved to correct forum
-
6 Feb 2009 8:54 AM #3
Take a look at the File upload example available from the Ext JS Samples page.
The custom component js and css (! don't miss the required css !) is available in the examples directory of the standard download of 2.2/2.2.1.
-
6 Feb 2009 10:34 AM #4
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642


Reply With Quote