Sorry, they doesn't:
=======================*snip*=======================
>> e.getOriginalTarget();
null
>> e.getRelatedTarget();
null
>> e.getCurrentTarget();
_hashCode=3076 _shortcutParts=Object (this is Command object)
=======================*snap*=======================
:-(
"Alex D." <[EMAIL PROTECTED]> writes:

I wish it would be that easy - e.getTarget() gives you the command(com)
back. :-(
Don't know for shure but I bet its:

com.addEventListener("execute", function(e){
  var image = e.getTarget();
}, this);

I suspect that one of these does the right thing, but I don't recall which.

  e.getOriginalTarget()
  e.getRelatedTarget()
  e.getCurrentTarget()

Derrell

-------------------------------------------------------------------------
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

Reply via email to