Andreas,
Thanks for the example. I used it verbatim to see if I could get a nice
little hotlink to work and it 'looks' correct but nothing happens when you
click the link. The function updateDataCellElement never gets called and
this is where is looks like it's setting up the onclick event. I examined
the rendered DOM and I do see an A tag and it has the appropriate onclick
event and code so I am just wondering what else I am missing? Do I have to
make changes to the Table properties to allow for this? Right now, the
selection is on the entire row, does it need to only be on the cell? There
must be some tiny little thing that I am overlooking, any thoughts?
here is the data I was using:
var rowData =
[[{href:"javascript:void(0)",text:"caution",onclick:"alert(1)"},23,34],[{href:"javascript:void(0)",text:"nothing",onclick:"alert(2)"},23,43]];
and this is the generated HTML inside the cell:
<a onclick="alert(2)" href="javascript:void(0)" style="outline-color:
invert; outline-style: none; outline-width: medium;">nothing</a>
Thanks,
Jim
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel