|  |  | Membership: |  | Latest:kingdom |  | New Today:2 |  | New Yesterday:1 |  | Overall:2034 |
 | People Online: |  | Visitors:83 |  | Members:5 |  | Total:88 |
|
|
|  |
| |
|
|  |
How to enable Cut / Copy / Paste in Mozilla FirefoxFrom the Mozilla Firefox website:
To protect users' private information, unprivileged scripts cannot invoke the Cut, Copy, and Paste commands in the Mozilla rich text editor, so the corresponding buttons on the Mozilla Rich Text Editing demo page will not work. To enable these functions for purposes of the demo, you must modify your browser preferences.
For Firefox: - Quit Firefox. If you have Quick Launch running (in Windows, an icon in the toolbar), quit that too.
- Find your Firefox profile directory. On Windows, this is often located in
C:\Documents and Settings\<Windows login>\Application Data\Mozilla\Firefox\Profiles\<one folder>.
(See also editing configuration files for more info on locating your profile folder.) - Open the
user.js file from that directory in a text editor. If there's no user.js file, create one. Add these lines to user.js: user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", http://www.VinoCellar.com);
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");*Change the url above http://www.websitename.com to where you want to enable this function. - Save the file, and restart Firefox. The Clipboard buttons should now function.
If you want to allow multiple urls to access the Paste operation, separate the urls with a space. For example: user_pref("capability.policy.allowclipboard.sites",
"http://www.mozilla.org https://www.mozilla.org")For more information about security policies, see http://www.mozilla.org/projects/security/components/ConfigPolicy.html.
5 of 5 |
|  |
| |
|
 | | Frequently Asked Questions | |
|  |
| | |
|