Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Icefaces とそのリッチ テキスト エディターに関する私の質問です。JavaScript を使用して、Rich Text Editor テキストの html ソースにアクセスすることは可能ですか?
このようなことを試すことができますCKEDITOR.instances.editor1.document.getBody().getText();。editor1 は inputRichText の ID になります
CKEDITOR.instances.editor1.document.getBody().getText();