I have a solution using FckEditor in which I need to be able to insert a new editor in between editors. Each of the editors is numbered so when doing this I need to increment the number for each of the editors after the one that has been inserted.
I was going to do this by reading the contents of the editors after the insert into an array and then deleting them and subsequently re-creating them. Then I need to populate the editors with the data that was previously in them. I hit problems with the fckeditor being undefined as it had not completed so thought about using OnComplete, however really I need to be able to wait for all the editors to complete - is there a way to do this?
Or alternatively does anybody have a better way to approach this?
Thanks
I was going to do this by reading the contents of the editors after the insert into an array and then deleting them and subsequently re-creating them. Then I need to populate the editors with the data that was previously in them. I hit problems with the fckeditor being undefined as it had not completed so thought about using OnComplete, however really I need to be able to wait for all the editors to complete - is there a way to do this?
Or alternatively does anybody have a better way to approach this?
Thanks
Re: OnComplete
Re: OnComplete
Re: OnComplete