|
Posted by Alvaro G. Vicario on 10/07/56 11:56
*** freduchi@gmail.com escribió/wrote (24 Aug 2006 15:58:07 -0700):
> In the second way It is more difficult because I am using a third party
> software.This sotware is a wysiwyg with file upload posibility.It is
> called fckeditor.I am using it in several services(messages between
> users, comments about users, blogs... ).This sofware gives you a very
> nice wysiwyg interface(with upload interface included) and returns the
> result as html code in a html text_area.I insert this html code in a
> database.
>
> I have "semisolved" the problem.
> I have had to rewrite some code of fckeditor.
>
> It hasn´t been very difficult but doing all this by code isn´t a very
> flexible solution.
I've had a very quick look at FCKeditor's code. Unluckily, it isn't object
oriented so you can't write a child class that inherits from the original
one, so you can keep in untouched. But the code itself is very simple
(after all, the project is basically a JavaScript tool) so I believe you've
chosen a good solution. Just keep track of your changes in case you even
want to upgrade. Or, if your code is good, you can even submit it to the
authors ;-)
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
Navigation:
[Reply to this message]
|