Property "HTML Value" <htmlvalue>

Top  Previous  Next

(Since v5)

HTML Value property of the button elements can be used to provide richer content for the buttons. If a value is assigned, this property overrides the "Value" attribute.

Any type of html code that is allowed inside a HTML BUTTON element can be given in this property. The most typical use is to underline the letter that is assigned as the shortcut key for the button.

Example: <u>S</u>ave

Result:

button_ul