Hi,
I've just started using FCKeditor. I've got it working for adding new HTML data to my database perfectly. However, I would like to use it on a page where I can update the information that has already been entered into the database, effectively an update page. In doing so, I need it to auto-populate based on the text in a given table field ("Description"). I can't seem to find the code to make it do this. On a standard text field it would be :
<input name="City" type="text" id="City" value="<%=(EventID.Fields.Item("City").Value)%>" />
How do I do it for FCKeditor?
Can anyone help?
I've just started using FCKeditor. I've got it working for adding new HTML data to my database perfectly. However, I would like to use it on a page where I can update the information that has already been entered into the database, effectively an update page. In doing so, I need it to auto-populate based on the text in a given table field ("Description"). I can't seem to find the code to make it do this. On a standard text field it would be :
<input name="City" type="text" id="City" value="<%=(EventID.Fields.Item("City").Value)%>" />
How do I do it for FCKeditor?
Can anyone help?
Re: Default value for FCKeditor
RTFM!
http://wiki.fckeditor.net/
It's the very first thing you'll see if you look at "Integration" under the FCK documentation. (pick the scripting language appropriate to your needs)