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.
Richfaces 4 是否提供任何内置的工具提示可能性,该工具提示可以粘贴并允许用户选择文本或单击工具提示中的链接?工具提示将放置在表格中。
或者你也有这个要求,你是怎么解决的?
这应该是交互式工具提示的最简单示例。
<h:form> <rich:panel> <rich:tooltip followMouse="false" hideDelay="1500"> <h:commandLink action="#{bean.doSomething()}" value="Do Something!" /> </rich:tooltip> </rich:panel> </h:form>