i have downloaded &tried for fckeditor for .net . is it possible to modify the exisitig features of the editor or add something new
i need a feature for creating a template & saving it in a folder i htm format & the user shkd be allowed to retrive the same whenver needed
can this modification be done with u r guidace & help
i need a feature for creating a template & saving it in a folder i htm format & the user shkd be allowed to retrive the same whenver needed
can this modification be done with u r guidace & help
Re: adding new feature t oexisting template
You can create a simple form that will take the html and the template's description and store them in an XML file as specified in the schema in http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Templates. This can be done on a site-wide scale or on a per-user basis. In both ways, when the editor is loaded, you can set the templates file path dynamically using JS to point to the file that has all the templates (in case of site-wide) or to the user's templates file path (in case of per-user basis).
Hope this helped.
Re: adding new feature t oexisting template
i have gone thr' the template documentation
but i want to allow the user to create the template as per their need
i mean they will type or drag drop some images (they shld be able to load the images)
& save it as a template.html file