Hi Jean-Luc, I don't think you need to extend the ListItem class, all you have to do is extend its appearance. A procedure how this can be done for a MenuButton is described in [1] (with ListItems it's basically the same); see [2], [3] and [4] for some background information.
HTH, Norbert [1] http://qooxdoo.678.n2.nabble.com/menu-change-decorator-of-hovered-item-td7546502.html#a7550354 [2] http://manual.qooxdoo.org/current/pages/desktop/ui_appearance.html [3] http://manual.qooxdoo.org/current/pages/desktop/ui_decorators.html [4] http://manual.qooxdoo.org/current/pages/desktop/ui_custom_themes.html ----- Original Message ----- From: [email protected] To: [email protected] Date: 18.12.2012 23:02:19 Subject: [qooxdoo-devel] Customize a list > Hi all! > > I try to customize a list. > My draft is here <http://jlmag.labo.free.fr/qooxdoo-app/maps/mapList-1/> > (click on map and create a path, controller synchronize list with model, and > move mouse over the list). > > A snipset ( here <http://tinyurl.com/dxcx532> ) to show how I make it. > this works but I think this is not the best way. (and it's not beautifull) > > So my questions: > > Should I create an extended listItem Class and inner behavior? > Should I create a specific theme (appearance, decorator) for this extended > Class? > Where I find doc (tutorial) to create a new theme for this Class? (Sure I > read qooxdoo documentation, but... I'm lost in the shell! !-) > > Thanks for your feeback, > > Jean-Luc > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Customize-a-list-tp7582329.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
