You are not logged in.
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