New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
RadLinkButton Object
Updated over 6 months ago
The following table lists the most important members of the client-side RadLinkButton object:
Public Properties
| Name | Description |
|---|---|
| .get_enabled() | Returns a value, indicating whether the button control is enabled. |
| .set_enabled() | Sets whether the button is enabled. |
| .get_text() | The text displayed in the RadLinkButton control. |
| .set_text() | Sets the text displayed in the RadLinkButton control. |
| .get_target() | Gets the target window or frame in which to display the Web page content linked to when the RadLinkButton control is clicked. |
| .set_target() | Sets the target window or frame in which to display the Web page content linked to when the RadLinkButton control is clicked. |
| .get_toolTip() | Gets the text displayed when the mouse pointer hovers over the RadLinkButton control. |
| .set_toolTip() | Sets the text displayed when the mouse pointer hovers over the RadLinkButton control. |
| .get_uniqueID() | Gets the unique, hierarchically qualified identifier for the RadLinkButton control. |
| .get_iconElement() | Gets a reference to the HTML element that holds the icon. |
| .get_navigateUrl() | Gets the URL to link to when the RadLinkButton control is clicked. |
| .set_navigateUrl() | Sets the URL to link to when the RadLinkButton control is clicked. |
| .get_textElement() | Gets a reference to the HTML element that holds the text of the RadLinkButton control. |
| .get_cssClass() | Gets the Cascading Style Sheet (CSS) class rendered by the RadLinkButton control on the client. |
| .get_disabledCssClass() | Gets the CSS class applied when the control is disabled. |
| .get_hoveredCssClass() | Gets the CSS class applied to the RadLinkButton control when the mouse pointer is over the control. |
| .get_pressedCssClass() | Gets the CSS class applied to the RadLinkButton control when the control is pressed. |
| .get_height() | Gets the height of the RadLinkButton control. |
| .get_width() | Gets the width of the RadLinkButton control. |
| .get_visible() | Gets a bool value indicating whether the button is visible. |
| .set_visible() | Shows/hides the button. |
Public Methods
| Name | Description |
|---|---|
| .focus() | Brings the focus to the RadLinkButton control. |
| .click() | Executes programmatic button click. Accepts an optional boolean parameter that specifies whether the client-side clicking event of RadLinkButton will be fired when the control is clicked programmatically. If the function is called without parameter, the clicking event will not be fired. |