-
11 Jun 2008 3:53 PM #341
yep, its all about the response header from the server... I had that same problem...
-
13 Jun 2008 2:23 AM #342
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
-
13 Jun 2008 11:56 AM #343
how can i change the position of the toolbar????
how can i change the position of the toolbar????
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??
____________________________________
do not make install, just compile it.!!!
--------------------------------------------------
//*************k4m1k4z3************\\
-
13 Jun 2008 4:37 PM #344Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
15 Jun 2008 11:49 PM #345
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
-
16 Jun 2008 3:51 AM #346
You can extend UploadPanel to achieve what you need.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
16 Jun 2008 6:24 AM #347
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
-
16 Jun 2008 8:17 AM #348
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.____________________________________
do not make install, just compile it.!!!
--------------------------------------------------
//*************k4m1k4z3************\\
-
16 Jun 2008 8:32 AM #349
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?
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
16 Jun 2008 10:44 AM #350
ok, I appologies for my ignorance, I haven't use this component yet. So i'll look at it.
Thanks a lot.____________________________________
do not make install, just compile it.!!!
--------------------------------------------------
//*************k4m1k4z3************\\


Reply With Quote
