LanceT Posted January 29, 2007 Share Posted January 29, 2007 Is there any guides online to help us integrate a WYSIWYG editor into our scripts? Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/36136-wysiwyg/ Share on other sites More sharing options...
matto Posted January 29, 2007 Share Posted January 29, 2007 Where did you get the editor from - did it come with any doco? Link to comment https://forums.phpfreaks.com/topic/36136-wysiwyg/#findComment-171588 Share on other sites More sharing options...
AndyB Posted January 29, 2007 Share Posted January 29, 2007 http://tinymce.moxiecode.com/http://www.fckeditor.net/Take your pick - both are excellent, configurable, and free Link to comment https://forums.phpfreaks.com/topic/36136-wysiwyg/#findComment-171592 Share on other sites More sharing options...
nfr Posted January 29, 2007 Share Posted January 29, 2007 I use htmlarea.http://www.htmlarea.com/Good and easy to integrate. Link to comment https://forums.phpfreaks.com/topic/36136-wysiwyg/#findComment-171767 Share on other sites More sharing options...
ted_chou12 Posted January 29, 2007 Share Posted January 29, 2007 Yeah, I was looking for something like this as well, but for these, if the editing document is a php file, how to make it only show the html code to edit?Ted Link to comment https://forums.phpfreaks.com/topic/36136-wysiwyg/#findComment-171770 Share on other sites More sharing options...
LanceT Posted February 1, 2007 Author Share Posted February 1, 2007 do those editors give you the ability to prevent users from adding java script and certain types of code (such as breaking out of frames)? Link to comment https://forums.phpfreaks.com/topic/36136-wysiwyg/#findComment-174129 Share on other sites More sharing options...
trq Posted February 1, 2007 Share Posted February 1, 2007 [quote]do those editors give you the ability to prevent users from adding java script and certain types of code (such as breaking out of frames)?[/quote]That should be done with PHP. Link to comment https://forums.phpfreaks.com/topic/36136-wysiwyg/#findComment-174147 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.