diff --git a/doc/base/classes.xml b/doc/base/classes.xml index cba5425d3f3..affe73c2226 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -17963,39 +17963,47 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8) + Simple button used to represent a link to some resource + This kind of buttons are primarily used when the interaction with the button causes a context change (like linking to a web page). + Sets the text of the button. + Returns the text of the button. + Sets the underline mode for this button, the argument must be one of the [LinkButton] constants (see constants section). + Returns the underline mode for this button. + The LinkButton will always show an underline at the bottom of its text + The LinkButton will show an underline at the bottom of its text when the mouse cursor is over it.