firefox addon - how to get the coordinates of Browser? -
i have created firefox extension using xpcom . want coordinates of client area of browser? how coordinates of client area of browser using xpcom? please me. thanks, nandkuamar
- if have window variable content area in question, use
screenx
/screeny
properties. - if have window variable browser in question, use
content
property access current tab's window, , follow step 1. - if don't have variable yet, can ask window mediator one.
Comments
Post a Comment