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

但我无法获得 TextArea onsubmit 方法的值ajaxButton("id",form);

我需要java代码中文本区域的值。

4

1 回答 1

0

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

于 2015-12-09T09:41:29.813 回答