I have searched the internet for the best open source wysiwyg editor, and fckeditor is it.
I have not been able to get it to integrate with phpwebsite, and not found any documentation anywhere on how to do it.
Fckeditor uses the id of the text area, in phpwebsite (like postnuke, phpnuke etc) it builds the page and contents from php code. I reviewed the phpcode and where the value for id is a php line calling the textbox name from a value in another file.
The javascript needs to be called through php also (i think), but have tried and failed to get any of this working.
Has anyone else had success with getting fckeditor with phpwebsite?
I have not been able to get it to integrate with phpwebsite, and not found any documentation anywhere on how to do it.
Fckeditor uses the id of the text area, in phpwebsite (like postnuke, phpnuke etc) it builds the page and contents from php code. I reviewed the phpcode and where the value for id is a php line calling the textbox name from a value in another file.
The javascript needs to be called through php also (i think), but have tried and failed to get any of this working.
Has anyone else had success with getting fckeditor with phpwebsite?
RE: phpwebsite support
Hi Knubie,
Either have a look at https://sourceforge.net/tracker/index.p ... tid=543655
or wait another couple of days for me to release a similar file.
Oh and by the by: the best way is not to get PHP to call the javascript code, but to get PHP to write the code which js would have written otherwise.
So, yes, other people have succeedded in getting it to work in a phpsite, you'll be fine too.
Grz, jrf