Tree is auto refreshed. On the demo page, the panel is separate and not linked to tree but if you upload via tree's context menu the branch you uploaded into is refreshed.
Is there anyway way to link them? I currently have it setup similar to your demo only as a panel and not floating. I know there is a refresh command in the code of your tree any idea how to access that outside of the code itself?
May I make a suggestion with your icons in the trees.
I would recommend CSS sprites. CSS Sprites would allow the user to load 1 image file or multi depending on type of file like docs, images, etc that have all the images and you call them by background position. Yahoo uses this technique on their homepage and in some places extjs uses it.
May I make a suggestion with your icons in the trees.
I would recommend CSS sprites. CSS Sprites would allow the user to load 1 image file or multi depending on type of file like docs, images, etc that have all the images and you call them by background position. Yahoo uses this technique on their homepage and in some places extjs uses it.
Hi SAKI, i've tested rootVisible : false and works fine
But look the image how it looks the file panel inside an accordion, i set layout of item to FIT but it makes some padding inside the body
do i have to change some CSS ?
I'm doing nothing with panel margins, do I? Looks like either parent body padding or panel margin. But from were...? Try to find out with Firebug please.