Hi Christian, > Hi, > > here is a very simple link cell renderer for 0.7.3. However, I can't > get it to do what it should. > > 1) I tried to use the clazz.stylesheet / _getCellClass way of styling > the link, however, it didn't render as I could see with a dom > inspector. I ended up including the style information manually. What's > wrong here? This should work. I would have to take a look at the code to see what is going wrong.
> 2) '<a href="javascript:void()" onclick="window.open(\'' + > cellInfo.value + '\');";'); as HTML content doesn't work, either. Is > the onclick event caught before it can trigger the window.open()? The problem is how the cell indicator is rendered. It is a Terminator widget, which is positioned over the table cell and captures the mouse events. If you disable the focus indicator is should work. Maybe we have to rethink how the focus indicator is rendered. Best Fabian -- 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, Matthias Greve, Robert Hoffmann, Norbert Lang, Achim Weiss Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
