简体   繁体   中英

Dont get value of text area that have tinymce editor

TextArea val=new TextArea<String>("notes",new PropertyModel<String>(this,"notesData"));
val.setOutputMarkupId(true);

but I am not able to get value of TextArea onsubmit method of ajaxButton("id",form);

I need the value of text area in java code.

使用tinymce.get('your_textarea_id').getContent();

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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