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

Reply via email to