Is it possible to configure the editor to load the contents of an htm file on startup? So, instead of passing in a string of text when I initialize the editor, I'd like to pass in a filename. Is this possible?
Thu, 02/28/2008 - 15:04
#1
Re: setting a default document
yes you can load .htm pages or .txt pages into the editor then save them back to the file when ur finish editing.

what type of language did u want this in? php, asp, ect..
heres my basic php code (i know it can be cleaned up abit, its just that i moved onto the asp after i got this working