You are not logged in.
Hi,
our company is planning to use xinha in our website and I m testing it.
I'm facing a matter about loading delay of the rich text. We want to display the rich text with text from an ajax request but the
xinha_editors.editor1.setEditorContent('blabla from database');
command is executed before xinha had the time to load.
Can you give me a way the test/wait for the complete load of xinha before setting the html content of the rich text?
Thank you in advance,
Yan
Offline
setTimeout(1000,myfunction());
function myfunction() {
if (xinha_editors.editor1) {
xinha_editors.editor1.setEditorContent('blabla from database');
} else {
setTimeout(1000,myfunction());
}
}
thats just a guess. Untested.
Offline
Thank you but i'm not sure that is very clean way to do it
But why not if im desperate !
Offline
MAY THIS HELP YOU
http://www.mail-archive.com/cvs_list@ja … 03896.html
---------------------------------------------------------------------------------------
dog car booster seat | aluminum lawn furniture | snoozer dog beds | printers in washington
Last edited by gary.wilson (2009-09-29 02:43:53)
Offline
Well, I deleted an old document called "fourth-level-page" (id #26) because I didn't think I needed to keep an old doc from the original install. Now, my site won't load! The manager works fine, but I can't load my site or preview any pages!
The funny thing is, that document didn't appear in the document tree anywhere beforehand. I found it by accident while doing a search for something else. It apparently had no "parent" and I had to use the Move tool to put it into the Repository. From there, I just deleted it, and now my site doesn't work. Yes, I did empty the trash bin before I realized there was a problem.
Maybe it's just a coincidence? Maybe something else is up? It seems like the host can't be to blame because the manager still loads fine.
I tried emptying the cache, but it made no difference.
Any ideas? My site is adrift until I fix this.
Thanks, Dan
NC Oil Change | Spanish Translation Products | Childrens Upholstered Furniture
Last edited by openking89 (2009-09-28 02:14:52)
Offline