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.
寻找 ext-GWT / GXT HTMLEditor 的示例,尤其是您检索用户条目的部分。
谢谢 C
就这么简单:
FormPanel formPanel = new FormPanel(); HtmlEditor htmlEditor = new HtmlEditor(); formPanel.add(htmlEditor); String html = htmlEditor.getValue();
即 getValue 返回用户的条目。