GXT HtmlEditor - 如何检索文本?
寻找 ext-GWT / GXT HTMLEditor 的示例,特别是检索用户条目的部分。
谢谢 C
Looking for an example of the ext-GWT / GXT HTMLEditor, especially the part where you retrieve the user's entry.
Thanks
C
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就这么简单:
即 getValue 返回用户的条目。
It is as simple as this:
i.e. getValue returns the user's entry.