Developing FIrebug like web application for CSS things.
Posted
by
vishwanath
on Stack Overflow
See other posts from Stack Overflow
or by vishwanath
Published on 2011-01-08T07:32:56Z
Indexed on
2011/01/09
8:53 UTC
Read the original article
Hit count: 608
I am developing a web application for web designing. One part of it includes changing CSS styles on the run and saving the same back to server.
I see that, first part of my motive is implemented there in firebug, where I can view CSS style rules applied to a particular HTML element and can change them to view the effect.
An earlier question at SO lead to me firebug lite source code https://getfirebug.com/firebug-lite-debug.js , which is far less confusing than full version of firebug.
My question was that, is there any way I can get documentation of the firebug/firebug lite code which can speed things up for me.
After some googling I found out that there is Firebug API
http://getfirebug.com/developer/api/firebug1.6/
But don't know how much useful it is for me.
Any alternative way to do this is also welcome.
© Stack Overflow or respective owner