We are running a hosting company and would like to know whether we can install the FKC editor on the server in public_html of individual accounts, to convert all text areas to html areas. If it is possible, how can we achieve this.
Regards
kITCHEN
Regards
kITCHEN

Re: CAN YOU HELP, PLEASE
https://addons.mozilla.org/en-US/firefox/addon/1449
Re: CAN YOU HELP, PLEASE
all
http://wiki.fckeditor.net/
http://wiki.fckeditor.net/ReplaceAllTextareas
<head> <script type="text/javascript" src="/fckeditor/fckeditor.js"></script> <script type="text/javascript"> <!-- function ReplaceAllTextareas() { // replace all of the textareas var allTextAreas = document.getElementsByTagName("textarea"); for (var i=0; i < allTextAreas.length; i++) { var oFCKeditor = new FCKeditor( allTextAreas[i].name ) ; oFCKeditor.BasePath = "/fckeditor/" ; oFCKeditor.ReplaceTextarea() ; } } // --> </script>Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+