在 EditorGridPanel (gwt-ext) 中单击时选择文本
我有一个 gwt-ext EditorGridPanel,通过单击单元格,您可以编辑其值。光标放置在单元格的开头,但如果用户单击它,我想选择该单元格中的整个文本。知道我该如何处理这个问题吗?
我尝试了一些监听器等,但还没有一个对我有用。
I have a gwt-ext EditorGridPanel, by clicking onto a cell, you can edit its value. The cursor is placed at the beginnig of the cell, but I want to select the whole text in this cell if the user clicks on it. Any idea how I can handle this?
I tried some Listeners etc. but none worked for me yet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉我的英语,使用 Ext-GWT(GXT) 可以这样做:
只需在 GWT-Ext 中找到方法,我想会是这样的......我希望这有帮助......
Sorry for my english, with Ext-GWT(GXT) it's posible doing this:
Just find the way in GWT-Ext, I think will something like this.....I hope this help....