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.
jsf 1.2中的按钮需要在accesskey下面提供下划线假设accesskey是CTRL+SHIFT+S,按钮文本是Submit,那么只有S下面才应该有下划线。请帮助如何做到这一点。
不可能这么直接地做这件事,但是有几个围绕这个问题的工作。这是其中的两个:
1.You can do it using background image in Button. 2. You can write a javascript function to underline the desired text of the button and call the function in onload event of the html body.
干杯和快乐的编码!