Re: [qooxdoo-devel] event handlers delphiforphp

2007-04-16 Thread Jim Hunter
With any qooxdoo controls that are created with Delphi 4 PHP, you can access them by simply referencing their name in JavaScript. So in the onAfterShow JS event of the page, you can add this : TreeView1.addEventListener('youer event', function() { your code here ... }) The only caveat is tha

[qooxdoo-devel] event handlers delphiforphp

2007-04-16 Thread FrozenDice
How do I gain access to a component that has already been added to the page. I'm using DelphiForPHP, which implements qooxdoo so when I make a "TreeView" comonent which is actually a treefullcontrol widget, it plops that element on the page and generates this code in the final page. My problem i