Struts2 选择标签选项的工具提示
我有选择标签,里面的选项更大。无法在下拉菜单中看到。如何在工具提示中看到它?如何配置它?
<s:select cssClass="drop" list="lstEntities"
cssStyle="width:500px"
id="select_statement" listKey="statementId"
listValue="conditionStatement">
</s:select>
请帮忙解决这个问题。
I have select tag, options inside this is bigger one.not able to see in the drop down itself. How to see that in Tooltip?how to configure it?
<s:select cssClass="drop" list="lstEntities"
cssStyle="width:500px"
id="select_statement" listKey="statementId"
listValue="conditionStatement">
</s:select>
Please help on this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用您想要的工具提示向此标签添加标题属性。
Add title attribute to this tag with the tooltip you want.