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.
一切都在标题中......我想在应用程序启动时触发 css 中的这个定义:
.jewel.button:focus
但是我在 j:Button 上没有看到任何 setFocus 或 focus 属性你能告诉我该怎么做吗?谢谢
问候
更新:这不再正确。最近 SetFocus 珠子被移除,StyledUIBase 得到了“setFocus”方法。使用它代替下面的代码。
使用最近添加的基本珠子SetFocus:
SetFocus
<j:Button text="Hello!" emphasis="secondary"> <j:beads> <js:SetFocus enableFocus="true"/> </j:beads> </j:Button>