diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-10-30 12:11:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-30 12:11:49 +0100 |
commit | 21828209ec04807c9539dd5acc20de7d14033f37 (patch) | |
tree | 820d9fe60e6084c023791b0ae5529e8f7efa2f6e /doc/base/classes.xml | |
parent | 1ee1a959abd10345febc79351df39dbd7378047e (diff) | |
parent | d517bc908f9c1e00503266ab9a639552660cf72c (diff) |
Merge pull request #6950 from rdb/master
Add "Never" underline mode to LinkButton
Diffstat (limited to 'doc/base/classes.xml')
-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 47fa1deb55..977b44763e 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"> |