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.
在不诉诸将 GWT 包装TextArea在单独的 DIV 中的情况下,如何在文本区域内添加搜索图标/放大镜图标?
TextArea
不,不可能。Text area不正常Widget。
Text area
Widget
GWT 的 TextArea 直接映射到这HTML TextArea就是为什么您只能为其设置文本。您唯一能做的就是创建一个Grid/VerticalPanel/HorizontalPanel并在每个单元格中放置一个单独的 TextArea。
HTML
Grid/VerticalPanel/HorizontalPanel
谷歌网上论坛
类似问题
使用Composite包装 a FlowPanel,将文本区域和图像放入其中,然后在 CSS 中绝对定位图标,使其位于文本字段上方。
Composite
FlowPanel