Jean-Vincent Drean wrote: > Hi, > > The xwiki treeview is dynamic since XE 1.4, see : > http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise14#H5PerformanceImprovements
Not exactly. It is dynamic meaning that the content of a node is loaded only when the node is opened, but it will still load all the documents in one space at once. A better approach would be: when clicking on a node to open it, load the first N (=50) documents, and if there are still more documents to display, then the last entry is "...show more..." which when clicked will load the next N document, and so on. The current treeview works well when there are many documents uniformly split in small spaces, but fails when there are some very large spaces. > JV. > > On Wed, Sep 3, 2008 at 12:26 PM, Gerem <[EMAIL PROTECTED]> wrote: >> Hello, >> >> I have a large Wiki and it can't appear in treeview if i use the >> Main.Treeview implementation. >> Have you already set a new dynamic implementation or is it for future? >> >> Thx >> -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

