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 はユーザーのエントリを返します。