javascript - How to get DOM from xul file? (not overlay) -
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="&loading_title;"> <description id="loading_description" flex="1">&wait_msg;</description> </window>
how loading_description? (firefox extension)
i tried:
firebug.console.log(document.getelementbyid('loading_description'));
result null.
thanks in advance.
Comments
Post a Comment