onViewToolbarsPopupShowing is not defined

Talk about add-ons and extension development.
Post Reply
poleta33
Posts: 120
Joined: October 14th, 2004, 2:06 pm

onViewToolbarsPopupShowing is not defined

Post by poleta33 »

Hi all

in my xul window I've tried to add this menupopup :

Code: Select all

		<menupopup id="cardbook-toolbar-context" onpopupshowing="onViewToolbarsPopupShowing(event, ['navigation-toolbox', 'cardbook-toolbox1']);">
and I get : onViewToolbarsPopupShowing is not defined

which script should I load to make this function known ?
poleta33
Posts: 120
Joined: October 14th, 2004, 2:06 pm

Re: onViewToolbarsPopupShowing is not defined

Post by poleta33 »

found it : "chrome://messenger/content/mailCore.js"
Post Reply