Hi, I don't know much about the List but both should be possible if you deactivate the autoGrouping property and manage the groups yourself. Check out the source code of the "virtuallist" demo in the Showcase application for some inspiration.
Regards, Daniel On 03/13/2012 08:50 AM, franck34 wrote: > Hi all > > First question, in a list (having group), is there a way to have an > empty visible group ? > > Second one, is there a way to order groups of the list in a static way, > i mean not alphabeticaly ordered but manualy (got 2 groups: "online" and > "offline" and of course, "offline" group is alway the first displayed. > > > Thanks a lot > > My project is a mix between a chat (using faye/bayeux+nodejs) and a > forum, with ability to follow multiple forum in the same screen (using > floating windows and multiples tabs). Uploaded images are resized > dynamicaly, HTML 5 drag/drop + cut/paste for images and videos, support > smileys. All that is OK. Now trying to go deeper in user management for > a owner of a forum, i.e: manage grant access (read/write). I'm at the > step to show the list of users per forum: Online, Offline, Banned. This > project is only using qooxdoo + nodejs. Got a nice bbparser client side > which is interesting, but not yes refactored into a qooxdoo module: no > vulnerability is possible (i mean XSS), not because of correct > encoding/escaping, but text is generated in a #textNode, and i was > surprised to see that html tags was displayed, not interpreted, even > using raw characters < > etc. > > > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > > > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
