Hi, it is working! Thank you..
Am Freitag, 12. Oktober 2012 08:56:05 UTC+2 schrieb Jan Honza Odvarko: > > The event is dispatched to 'UI Listeners' > > Try following: > > Firebug.registerUIListener(listen); > > Note that the listener should be registered/unregistered > within your module's initialize/shutdown methods > > Honza > > > > On Oct 12, 5:50 am, Christian Tölle <[email protected]> wrote: > > Hi, > > how can i add a listener to the http tab? I found in the source that it > is > > the onObjectSelected event. > > > > but with that code... it is'nt working.. > > > > var listen = > > { > > > > onObjectSelected: function(context, node) > > { > > alert("test"); > > } > > > > }; > > > > Firebug.HTMLModule.addListener(listen); > > > > thank you > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
