I am in search of best text editor for my site.through which authenticated(login) user can edit the content (an article posted).
but i want to grant him very limited access (can not copy my content).
can any one suggest about best editor(opensource in php)
|
|
|||||||||||
|
closed as not constructive by Bill the Lizard♦ Dec 11 '12 at 2:56
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
There is a module named Wysiwyg which is very powerful. This module has support for all the top rich editors in the market. my personal suggestion is CKE Editor. IMCE Wysiwyg bridge is another module which i find more useful. it is used for dynamically uploading images into the editor. and then goto input formats and select the menus (like bold, italic, copy from word etc ) for each roles.. |
|||||||||||
|
|
Everything in your user's browser is already downloaded. They can do whatever they want with it. So, you can't prevent anyone from copying your content as it's already delivered to user's browser. |
|||||
|
|
I remember a self-quiz module that my university used had a "feature" like this. It prevented copying the quizzes, or even copying a screenshot of the screen, by constantly copying an empty string to the clipboard. You could possible do that, using some of the tools in this question, but you will probably annoy your users by destroying their clipboard contents without their knowledge, and it won't prevent more sophisticated users from turning off Javascript. |
|||||||||||
|
