Hi, I'm having the same problem...
I want to access an object called debugData, defined on a script tag on the page. If inside the initialize funciton of my panel I do: Firebug.Console.log(context.window); I can see on the console that the window object has a "debugData" object inside, but if I do: Firebug.Console.log(context.window.debugData); It returns undefined. Any help on this? Thanks On Sep 24, 12:21 am, "Garrett Smith" <[EMAIL PROTECTED]> wrote: > Type the identifier into the command line and click 'Run'. > The result will appear. > Click on it. > If it is a function, the 'source' tab will open, showing the function. > Otherwise, an object will open the 'DOM' tab. > > On Tue, Sep 23, 2008 at 3:24 AM, tan <[EMAIL PROTECTED]> wrote: > > > Hi > > > I am new to Firebug extesions. Jan Odvarko has helped me a lot to get > > started, but I am having trouble getting user defined objects from the > > window (eg. web page). > > > Can anyone explain how this is done in Firebug? > > > Thanks in advance, > > > tan --~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
