On Sep 14, 12:04 pm, tan <t...@enonic.com> wrote: > Hi > > Are there any information about how to use the ActivablePanel? > > My guess right now is that using ActivablePanel would create a panel > that can be activated globally (Global: Activate/Disable All Panels) > > My first naive try was to use this > > MyPanel.prototype = extend( Firebug.ActivablePanel,
If you implement initialize() then you need to propagate it to the parent: Firebug.ActivablePanel.initialize.apply(this, arguments); And you need to register your new panel: Firebug.registerPanel(NetPanel); Does this help? jjb > ... > > But I guess it needs some more configuration ;) > > I have tried to look in the Fb source, but have not quite figured it > out yet. > > So, the question is how do we use the Activation thing? > > Thanks in advance > > Best regards, > Thomas -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to fire...@googlegroups.com. To unsubscribe from this group, send email to firebug+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.