On Dec 16, 10:00 pm, lucius <[email protected]> wrote:
> Thank you John. I have looked at the file, but I can't figure out
> which function does what I am looking.
>
> 1. where is the code which finds out all css style sheet for the page?

getAllStyleSheets (implemented in lib.js)

> 2. where is the code which display all css style for a style sheet?

        var rules = this.getStyleSheetRules(this.context, styleSheet);
        if (rules.length)
            this.template.tag.replace({rules: rules}, this.panelNode);


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