Link to home
Start Free TrialLog in
Avatar of Alex Lord
Alex Lord

asked on

Appending onto Ckeditor over-rights existing content

 var element = CKEDITOR.document.getById( 'quick_email' );
          element.show();
        

Open in new window


im using CKEDITOR

and what i am trying to do is append a link onto it without replacing the content typed in by the user, ino SetData adds content but it overwrites the old content where i want to append onto it but im not sure how to get this to work, anyone any exp or tips on this ?
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

ino SetData adds content but it overwrites the old content where i want to append
This is not clear and does not seem to relate to your code snippet.

Can you provide a bit more clarity?
ASKER CERTIFIED SOLUTION
Avatar of Alex Lord
Alex Lord

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial