was return correct path to icons where located 'add.png'.
All scripts and css-files is originaly and was downloaded from your site.
So, extension doesn't work correctly with ExtJs 2. You're in 'Premium Group' and also can check this 8)
sry for my good English)
Are we talking all the time about UploadForm in Ext 2.0? If yes, I can't guarantee anything as I haven't even tried it with 2.0.
If we're talking about 1.1 then look with FB at the RENDERED html to see if it can find icons. I've never had any problems with icons but wrong paths.
Re: 2.0. I'm not too big fan of development versions for production. Therefore I'll wait for Ext 2.0 beta[2-3] or Ext 2.0 RC[1-2] before I start to do anything leading to production with Ext 2.0. Meantime, I'm terribly busy these days, you can try if you want and you can post your experiences.
This is quite simple extension (compared to Accordion/InfoPanel).
This Ext js is very cool ,but I can't find where can download it .I hope some friends can help me ,This is my email ghl0618@163.com,you can post Ext js to me .
This Ext js is very cool ,but I can't find where can download it .I hope some friends can help me ,This is my email ghl0618@163.com,you can post Ext js to me .
Is there anyway to get a list of name of the uploaded files?
I will use it in a form to upload some pic in a news.
When I upload my files, the server send me an id (Come from a D. I want to reuse it (set it in a hidden field). So when I post my "news form", I know which picture show with the new...
Is there anyway to get a list of name of the uploaded files?
I will use it in a form to upload some pic in a news.
When I upload my files, the server send me an id (Come from a D. I want to reuse it (set it in a hidden field). So when I post my "news form", I know which picture show with the new...
Is it possible to do that?
Input elements are held in MixedCollection inputs. As you add file it's added to this collection; removed on delete. Inputs with successfully uploaded files are removed from this collection during processing response from server.
So before upload you can get 'em from inputs collection. If you need it after upload you may need to override onSuccess, onFailure or processResponse methods.
Is there an easy way to override "processResponse" without erase your code?
Sorry, i'm a newbie... Is it possible to create a new namespace (for example), and just rewrite the "processResponse"... and then call something like parent::processResponse() ?
Is there an easy way to override "processResponse" without erase your code?
Sorry, i'm a newbie... Is it possible to create a new namespace (for example), and just rewrite the "processResponse"... and then call something like parent::processResponse() ?