Hi Honza!

Thanks for the reply.

I have a module that adds a new tab to the request entry (based on the
tutorial on your blog)

In my tab body I need to display an info tip (with custom info) when
the user mouse hover particular elements in my tab body.
Since the module is not a full Fb panel, but a module that adds a Net
request tab I do not get an InfoTip element and not the showInfoTip
function.

I see the logic for the info tip in the Fb Net.js code, but I can not
see there are any way for me to populate the Net info tip with custom
info.
I have looked at the InfoTip.js code, but I can not see that I can
create a new InfoTip on my own (or am I wrong here)

In short, what I need is a custom Info tip for my Net request tab.

Off-course this can be done creating my own info tip, but I was just
looking at my options first ;)

Hope this was understandable ;)

Best regards,
Thomas


On Feb 26, 1:33 pm, "Honza (Jan Odvarko)" <[email protected]> wrote:
> On Feb 26, 11:36 am, tan <[email protected]> wrote:> I have added a custom tab 
> to the net panel and need to create an info
> > tip.
> > Is it possible to re-use the info tip created for the net panel from
> > my module or must I create my own info tip?
>
> I believe it should be possible, but never tried that.
>
> There are two info tips in the net panel:
>
> Firebug.NetMonitor.TimeInfoTip
> Firebug.NetMonitor.SizeInfoTip
>
> An info tip in is displayed in this method: NetPanel.showInfoTip
> The logic in this method checks, which column is under the mouse
> to decide which info tip to display. There is not a support for
> tabs in expanded request body. What exactly do you want to do?
> I can improve the API
>
> Specific tip is displyed here:
> NetPanel.populateTimeInfoTip
> or here:
> NetPanel.populateTotalSizeInfoTip
>
> Honza

-- 
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.

Reply via email to