Editor Text property

  •  10-19-2007, 12:18 PM

    Editor Text property

    Hi,

    I'm using an Ajax component to do a callback on a page with one or two CuteEditors present. It seems the editor needs some time to render its Text property properly. If I do some changes in the editor and quickly presses the button that triggers callback, the Text property remains unchanged. However, if I use a couple of seconds after completing my edit and then execute the callback, it works fine. Is there i.e. a client-side javascript function I can call before making the callback to make sure the editor has completed rendering its Text? I tried calling the getHTML()-function (discarding its result) before performing callback, but it didn't seem to help.

    Please advice.

    Regards,
    Sjur

View Complete Thread