I am creating XPCOM Exte开发者_运维知识库nsion for firefox,I want to handle resize event for firefox Can Anyone tell me how to Register For Resize event and how to handle resize event.
Nandkumar T.
Just add an event listener for the resize event to the window that you are interested in.
精彩评论