I'm new to the programming world & i'm trying to develop an extension for Firefox. I have a Xul window with a textbox and i would like to copy the entire textbox and put in to the clipboard of firefox and paste it anywhere on the firefox browser.
Help me out with some JS code or using xul coding.
Please help me out or give me some suggestion.
Thanking you guys in advance.
My Problem is Fixed :
Here is the script: This script copy the entire text from the textbox and you can paste it anywhere in the browser Firefox.
For copying text to the clipboard the easiest way is to use the clipboard helper service.