Add "Never" underline mode to LinkButton
This commit is contained in:
parent
8321e48ab0
commit
d517bc908f
3 changed files with 9 additions and 4 deletions
|
|
@ -20298,6 +20298,9 @@
|
|||
<constant name="UNDERLINE_MODE_ON_HOVER" value="1">
|
||||
The LinkButton will show an underline at the bottom of its text when the mouse cursor is over it.
|
||||
</constant>
|
||||
<constant name="UNDERLINE_MODE_NEVER" value="2">
|
||||
The LinkButton will never show an underline at the bottom of its text.
|
||||
</constant>
|
||||
</constants>
|
||||
<theme_items>
|
||||
<theme_item name="font" type="Font">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue