yep, its all about the response header from the server... I had that same problem...
Printable View
yep, its all about the response header from the server... I had that same problem...
Hi Saki!
I have a little problem with css (i think).
If i move the last file out of a folder to another one, the now empty folder doesnt have the folder icon anymore.
I verified the html output on your demo server (where it works) and all classes seem to be set right, so i m a little bit confused. The html which doesnt work:
if i reload the page (now the folder is still empty) and the icon is shown right with the following code:Code:<li class="x-tree-node">
<div id="extdd-7" class="x-tree-node-el x-unselectable x-tree-node-leaf" unselectable="on" ext:tree-node-id="ynode-420">
<span class="x-tree-node-indent">
</span>
<img class="x-tree-ec-icon x-tree-elbow" src="resources/images/default/s.gif"/>
<img id="extdd-8" class="x-tree-node-icon folder" unselectable="on" src="resources/images/default/s.gif"/>
...
Code:<li class="x-tree-node">
<div id="extdd-7" class="x-tree-node-el x-unselectable x-tree-node-collapsed x-tree-node-leaf" unselectable="on" ext:tree-node-id="ynode-420">
<span class="x-tree-node-indent">
</span>
<img class="x-tree-ec-icon x-tree-elbow" src="resources/images/default/s.gif"/>
<img id="extdd-8" class="x-tree-node-icon folder" unselectable="on" src="resources/images/default/s.gif"/>
...
The Difference between these 2 comes down to the class "x-tree-node-collapsed" but i see no reason why it works on your server and not on mine.
So where is the class "x-tree-node-el x-unselectable x-tree-node-leaf" defined ?
Any suggestions, any hints would be appreciated :)
Greetz Spirit
Hello, I'm looking this extension, and I need to break appart the fileuploader panel, in this module we have a panel with a bbar or tbar, but, how can I change the position of the toolbar (add and upload buttons) to transform this uploadpanel into a clasical position of a input type file? I mean the panel in the leftside and the toolbar at the right of the uploadpanel?, and the size of the panel must have the same dimension of a normal input text., how can i do this??
Hello,
I posted in http://www.extjs.com/forum/showthread.php?t=38628 but later I thought this thread may be the correct one for my message.
Thanks,
Paul
You can extend UploadPanel to achieve what you need.
Saki, there is a bug in IE7 that removes all buttons from the tbar when clicking the "remove all" button.
It even happens in your demo. Try to add a file or files and click the remove all button (before attempting upload). This happens in IE7, works great in FF2. Just thought you should know ;)
Thanks a lot, I'll try extending the uploadpanel, so we an add another configs to set the toolbar position to left or right. I think it's quite simple performing the css.
Thanks.
haven't explored this example yet, but couldn't you set the toolbar position left/right simply by adding a Ext.Toolbar.Spacer (i.e. '->') as the 1st / last toolbar element?
ok, I appologies for my ignorance, I haven't use this component yet. So i'll look at it.
Thanks a lot.