gpt4 book ai didi

css - 嵌入图像的 GWT 文本框

转载 作者:行者123 更新时间:2023-11-28 13:33:48 25 4
gpt4 key购买 nike

我正在使用 GWT-Textbox,我想在文本框的右侧添加图像。是否可以在文本框字段中添加图像?如果可能,请提供代码。

最佳答案

创建一个 CSS 类。

.searchBox{
背景图像:url('图形/放大镜.gif');
背景重复:不重复;
背景位置:右;
填充右:5px;
}

然后

TextBox textBox = new TextBox();

textBox.setStyleName("searchBox");

它应该呈现为

Textbox with Image on Right Corner

关于css - 嵌入图像的 GWT 文本框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10578898/

25 4 0
文章推荐: css - HTML/CSS : stretching height
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com