簡體   English   中英

無法獲得具有tinymce編輯器的文本區域的價值

[英]Dont get value of text area that have tinymce editor

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

但是我無法在ajaxButton("id",form);ajaxButton("id",form);方法上獲取TextArea的值ajaxButton("id",form);

我需要Java代碼中文本區域的值。

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM