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.
我正在尝试将 TinyMCE 与 GWT RichTextBox 一起使用,但没有成功。我得到的是 GWT 将富文本区域作为#document ......这不是 HTML 意义上的文本区域。如何将它放入 TinyMCE 选择器并使用它?提前致谢。
如果您想要一个普通<textarea>标签,请创建一个 HTML 或 HTMLPanel 小部件并将您的 textarea 放入其中。
<textarea>
xmlns:g="urn:import:com.google.gwt.user.client.ui" <g:HTMLPanel><textarea ui:id="textareaId"></textarea></g:HTMLPanel>