Gecko:Frequently Asked Questions: Difference between revisions
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
A. | A. | ||
Q. Can I use the Gecko engine to get the width information of some HTML elements? The element width information is not always available in the HTML source, but when the element is displayed, the width information is required. I think the layout engine calculates the width. Is there a way to retrieve the width of the element from the layout engine? Some examples of the element | Q. Can I use the Gecko engine to get the width information of some HTML elements? The element width information is not always available in the HTML source, but when the element is displayed, the width information is required. I think the layout engine calculates the width. Is there a way to retrieve the width of the element from the layout engine? Some examples of the element referred here are <table> <tr> <td>. | ||
referred here are <table> <tr> <td>. | |||
A. |
Revision as of 22:28, 22 October 2006
Add your question here.
Q. Can I use my favourite doxygen/ C++/ STL/ gcc/ Amiga feature in Mozilla code? It's really great!
A. Check documentation like our coding practices documents: http://www.mozilla.org/hacking/#coding-practices. If that documentation says no or doesn't address your question, ask your reviewer/super-reviewer or favourite Gecko hacker. If they say no and you're still not satisfied, you probably need to start a community-wide discussion about whether your feature should be used. A good way to start such a flame discussion is to post your suggestion to netscape.public.mozilla.seamonkey.
Q. How can i use Gecko engine in a standalone application ?
A.
Q. Where can I find a list of CSS properties supported by Gecko?
A.
Q. Can you invoke the Gecko engine from a Unix shell script? Could you send it HTML and get back a web page that might be sent to the printer?
A.
Q. Can I use the Gecko engine to get the width information of some HTML elements? The element width information is not always available in the HTML source, but when the element is displayed, the width information is required. I think the layout engine calculates the width. Is there a way to retrieve the width of the element from the layout engine? Some examples of the element referred here are
.
A. |