diff options
author | rdb <git@rdb.name> | 2016-10-28 10:52:57 +0200 |
---|---|---|
committer | rdb <git@rdb.name> | 2016-10-28 10:52:57 +0200 |
commit | d517bc908f9c1e00503266ab9a639552660cf72c (patch) | |
tree | ccf19aa2334617bdef182fd926b5c76a4499f39b /doc/base | |
parent | 8321e48ab0ac0700e1aef8f829140052c1ba4c6d (diff) |
Add "Never" underline mode to LinkButton
Diffstat (limited to 'doc/base')
-rw-r--r-- | doc/base/classes.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 5eb021f6c0..13d2b8f619 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -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"> |