From f558b4003b010a81884b95eea37470da1cffa38c Mon Sep 17 00:00:00 2001 From: "Daniel J. Ramirez" Date: Tue, 3 May 2016 17:09:42 -0500 Subject: [PATCH] Documented LinkButton --- doc/base/classes.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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.