here...
I've gone thru the excellent introductory tutorial at msbware.com but there's something I'm having difficulty figuring out. This is probably a simple problem but may be difficult to explain without a tutorial or example.
Assuming that I'm storing a page's contents in a database, and assuming that I already have basic sample code to display the editor, save input to the database and then retrieve it from the database ( as in the sample index.php), how do I change it so that by default the current page data (from the database) is displayed and a small hyperlink at the bottom of the page invokes FCKeditor on this page so that the user can change it (then save and continue viewing the page)?
Sat, 08/30/2008 - 20:54
#1
Invoking FCKeditor on a page via an "edit this" link
Newbie
Re: Invoking FCKeditor on a page via an "edit this" li
Re: Invoking FCKeditor on a page via an "edit this" li
Xtreeemly-Koooool grahowler!
Thanks! I'll give that a try !!
Re: Invoking FCKeditor on a page via an "edit this" li
I know how to toggle the div with the "edit this" hyperlink but the problem is: how do I toggle FCKeditor's CreateHtml() function? Just putting it inside of a toggle-able <div> doesn't work ...right? Besides, how do I get the div to toggle when the user clicks the "save" button in FCKeditor?
...I've come to the conclusion that the above suggestion from grahowler simply doesn't work or it's not the intended way of implementing this functionality.
Re: Invoking FCKeditor on a page via an "edit this" li