Hi Tobias, > > Hi Fabian, > > did you (or someone else) ever implement this > “qx.ui.table.cellrender.Html “ cellrenderer? >
No we never actually implemented it. Still it is easy to do it yourself. Best Fabian > Thanks > > Tobias > > Fabian Jakobs wrote: > > Dirk Wellmann schrieb: > > > >> Hi Deepakraj, > >> > >> sorry for coming back late, but I was very busy the past days. > >> > >> Just take a closer look at the Sources of Qooxdoo at > >> qx.ui.table.cellrenderer.Abstract you will find what you have to > >> impement and for Exampel make a copy of qx.ui.table.cellrenderer.Default > >> in your Project and change the Method _getContentHtml to not useing > >> escape. Then you have to register your Implementation of Cellrenderer in > >> the TableColumnModel of your Table, you will find a Example in the "Demo > >> Browser" "Table 1", take a look at the Source-Tab. > >> > >> @Qooxdoo - Team > >> since I'm not alone useing this kind of technic, we could implement a > >> qx.ui.table.cellrender.Html or PlainHTML. What do you think? > >> > >> > >> > > Hi Dirk, > > > > sounds like a good idea. Are you willing to contribute a patch against > > "legacy_0_7" with "qx.ui.table.cellrender.Html " and a small example for > > the demo browser? > > > > Best Fabian > > > > > Hi Fabian, > > yepp, will do this next week. > > Regards Dirk > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG Brauerstraße 48 76135 Karlsruhe Amtsgericht Montabaur HRB 6484 Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger, Thomas Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Achim Weiss Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
