Hi David,

I've only got a 3 week head start on you on this, so there may be a
better answer on its way.

On 05/01/07, David Arcoleo <[EMAIL PROTECTED]> wrote:
> I am looking to do two things:
>
> 1) instead of adding plain text to a table, I would like to add html,
> specifically, a link - <a href="...">text</a>.  When I try this, I see
> exactly the text of the string.  Even the provided example which has
> an entry with <b></b> also shows the <b>, not bolding the text.

For performance and space reasons, tables are stored and rendered
using a number of objects. As you'll have seen, the content of the
table is stored as an array of strings (the Model).

Each column has a Renderer which takes the the text of its cells, and
generates HTML for presentation. The default renderer clearly quotes
characters like '<' and '>' for obvious reasons.

Creating a custom renderer is very straightforward, and I've used it
to generate interesting formatting. However hyperlinks, which I've
also been using, seem to have a problem on Firefox (nothing happens
when you click them, and there's a bug logged).

I can send some code snippets to get you going.

> 2) I am also wanting to be able to hover over this linked table entry
> and show some text.I have no idea how to do this.

Haven't tried this yet, but I will be over the next few days,

Cheers,

Nick

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to