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