dragonrage01
Power Member
- May 19, 2011
- 674
- 159
How Do I Add HTML To A ckEditor?
Anyone know the code?
Thank you in advance.
Anyone know the code?
Thank you in advance.
hi
if u r looking for winform base or wpf html editor there are lots of options,personally I never used CKEditor,
Recently I developed a WYSWYUG editor using Boo HTML editor
for(var key in CKEDITOR.instances ) CKEDITOR.instances[ key ].setData('<a href="http://www.blackhatworld.com">bhw</a>')
try to evaluate some javascript like this:
Code:for(var key in CKEDITOR.instances ) CKEDITOR.instances[ key ].setData('<a href="http://www.blackhatworld.com">bhw</a>')