Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit

Started by Pintexx Support at 11-21-2005 10:22 . Topic has 0 replies.

Print Search
Sort Posts:    
   11-21-2005, 10:22
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.571
How to enable cut,copy,paste in Firefox/Mozilla

Firefox

Please edit

.../mozilla firefox/greprefs/all.js

and set

// Clipboard
pref("capability.policy.default.Clipboard.cutcopy", "allAccess");
pref("capability.policy.default.Clipboard.paste", "allAccess");

 

Mozilla

You have to enter the allowed sites into the prefs.js file and the user.js file.

user_pref("capability.policy.allowclipboard.sites","http://www.pintexx-demo.de http://www.mozilla.org");


user_pref("capability.policy.allowclipboard.Clipboard.cutcopy","allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
user_pref("capability.policy.allowclipboard.sites","http://www.pintexx-demo.de http://www.mozilla.org");
user_pref("capability.policy.policynames", "allowclipboard");


   Report 
Pintexx Forum » Knowledge Base » pinEdit » How to enable cut,copy,paste in Firefox/Mozilla