In article <9926ao$[EMAIL PROTECTED]>,
"Claudius Ceteras" <[EMAIL PROTECTED]> wrote:
> I'm trying to reuse the editor in a webapplication:
> I'm serving xul files with the application logic in javascript with a
> webserver.
>
> i tried to put a editor tag in a xul file, but this gives me no editor
> behaviour, i can load html files with the src attribute, but it doesn't
> provide even simple text editing...
>
> well, i think i have to implement some interfaces first, so here's my
> questions:
> - Can i implement this interfaces in javascript?
> - Once i implemented the interfaces in javascript, how do i tell the editor
> element to use this particular implementation?
> - Can i reuse mozillas implementation, so i don't need to implement it
> myself?
You should probably start by reading this:
<http://www.mozilla.org/editor/editor-internals.html>
You should not have to implement any interfaces currently to
get <editor> working in XUL.
Simon
--
Simon Fraser Entomologist
[EMAIL PROTECTED] http://people.netscape.com/sfraser/