JanakiRam wrote:
> Hi All,
> 
>          I'm developoing a XULRunner based application. I'm using XUL
> Browser to display the HTML Page. In that , When i right click on
> TextFields of  HTML Page , i'm not getting the Context Menu
> ( Containing Cut,Copy,Paste ) but Cmd/Ctl + C , Cmd/Ctl + V are
> working fine.
> 
>  For XUL Textboxes i'm able to get the Context Menu.
> 
>  Do i need to specify any attribute for XUL Browser to make Context
> apply for the Textboxes in HTML Pages.
> 

You would need to implement the context menu yourself, as its 
implemented in Firefox not in the XUL portion. You may be able to just 
copy some code from there or from the XUL textbox implementation (search 
for textbox.xml)

/ Neil
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to