简体   繁体   English

访问icefaces Rich Text Editor的内部HTML

[英]Access to inner HTML of icefaces Rich Text Editor

My question related to Icefaces and its Rich Text Editor. 我的问题与Icefaces及其富文本编辑器有关。 Is it posible to have an access to html source of the Rich Text Editor text using JavaScript? 是否可以使用JavaScript访问RTF编辑器文本的html源?

You can try something like this CKEDITOR.instances.editor1.document.getBody().getText(); 您可以尝试类似CKEDITOR.instances.editor1.document.getBody().getText(); . editor1 will be the id of the inputRichText editor1将是inputRichText的ID

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM