sasi86 Posted February 19, 2010 Share Posted February 19, 2010 Hi, I want the tree node like if there no child node then no need to dispaly the icon. I am not able to understand the nanotree.js file.Anybody can explain this. I need to show like normal tree view. If there is no child then don't show the icon. Then in some cases if we click the plus sign it is loading continuously. Can't stop the loading. Please help me to find the solution. Link to comment Share on other sites More sharing options...
swood Posted February 24, 2010 Share Posted February 24, 2010 The reason for showing the + is UI efficiency. You would have to look 2 levels down to see whether to display the +, and that would slow the screen a lot. You will have to change the server side code to do this level of search, and remove empty folders. I have no idea why you get "continous loading". That indicates a Javascript or Ajax problem. Have you been changing the code or configuration? Is there a Javascript error? ShermanJaspersoft Link to comment Share on other sites More sharing options...
Gaby38 Posted February 24, 2010 Share Posted February 24, 2010 For info :In my case, I sometimes got a "continous loading" of the tree. It was when I was on the tree page and when a session time-out occured. If I click on a cross (not on a node), then I get a "continuous loading".Hope this will help for debug Link to comment Share on other sites More sharing options...
ramnik Posted February 24, 2010 Share Posted February 24, 2010 this seems to me BUG. On session timeout, instead of going to login page , it keeps on current page retriving . This is however fixed in 3.7 . Link to comment Share on other sites More sharing options...
arthur_2546 Posted May 7, 2014 Share Posted May 7, 2014 Did you get some good solutions to your question? I am quite unfamiliar with the TreeView control, let alone the TreeView nodes things. I want tp become more familiar with this tool, this topic is attractive to me. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now