Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2008-04-23 16:40:42

judah
New member
Registered: 2008-04-23
Posts: 6

How do I know when the Xinha editor has been created?

Is there an event that I can listen for to let me know when the Xinha editor has been created? Here is my current code:

                var c = new Xinha.Config();
                c.showLoading = true;
                var ed = new Xinha(editorName, c);
                fcHTMLControls[o.id].editor = ed
                ed.movieId = o.movieId;
                ed.generate();
                ed._onGenerate = fcAddBlurHandler;

I want to know how to add a function that will be called when the editor is created.

Judah

Last edited by judah (2008-04-23 16:42:06)

Offline

Board footer

Powered by FluxBB