Hi,

I have a qooxdoo class, where I create a plain HTML table:

{
  // inside my qooxdoo class ...
  var tableData = ...
  tableData += "<td><a href='#' onclick='doSomething(); return 
false;'>bla</a>" + ...
  // other framework displays the table
}

When the user clicks on the 'bla' link the global function doSomething() 
is triggered.

But I have lost the qooxdoo 'this' context, how can I pass 'this'?

Thank you
Marcel

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to