0

jsf 1.2中的按钮需要在accesskey下面提供下划线假设accesskey是CTRL+SHIFT+S,按钮文本是Submit,那么只有S下面才应该有下划线。请帮助如何做到这一点。

4

1 回答 1

0

不可能这么直接地做这件事,但是有几个围绕这个问题的工作。这是其中的两个:

 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.

干杯和快乐的编码!

于 2012-11-22T17:41:56.890 回答