From 76f008dc198843a4b9a1b02ed005e34d835e5300 Mon Sep 17 00:00:00 2001 From: Cyphrr_07 <93258479+AsifQamar@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:20:50 +0530 Subject: [PATCH] Update link.md --- docs/docs/widgets/link.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/docs/docs/widgets/link.md b/docs/docs/widgets/link.md index b4bf51ed13..a7efe7b877 100644 --- a/docs/docs/widgets/link.md +++ b/docs/docs/widgets/link.md @@ -5,9 +5,9 @@ title: Link # Link -The **Link** widget allows you to add a hyperlink and navigate to the external URL. +The **Link** component allows you to add a hyperlink and navigate to the external URL. -
+
## Properties @@ -19,10 +19,9 @@ The **Link** widget allows you to add a hyperlink and navigate to the external U
-
+
## Events -To add an event to a link, click on the widget handle to open the widget properties on the right sidebar. Go to the **Events** section and click on **Add handler**. |
Event
|
Description
| |:----------- |:----------- | @@ -35,7 +34,7 @@ Check [Action Reference](/docs/category/actions-reference) docs to get the detai
-
+
## Component Specific Actions (CSA) @@ -47,7 +46,7 @@ Following actions of link component can be controlled using the component specif
-
+
## Exposed Variables @@ -55,7 +54,7 @@ There are currently no exposed variables for the component.
-
+
## General ### Tooltip @@ -66,18 +65,18 @@ Under the General accordion, you can set the value in the string format.
-
+
## Layout |
Layout
|
Description
|
Expected Value
| |:--------------- |:----------------------------------------- | :------------------------------------------------------------------------------------------------------------- | -| Show on desktop | Toggle on or off to display desktop view. | You can programmatically determining the value by clicking on `Fx` to set the value `{{true}}` or `{{false}}` | -| Show on mobile | Toggle on or off to display mobile view. | You can programmatically determining the value by clicking on `Fx` to set the value `{{true}}` or `{{false}}` | +| Show on desktop | Toggle on or off to display desktop view. | You can programmatically determining the value by clicking on **fx** to set the value `{{true}}` or `{{false}}` | +| Show on mobile | Toggle on or off to display mobile view. | You can programmatically determining the value by clicking on **fx** to set the value `{{true}}` or `{{false}}` |
-
+
## Styles @@ -86,10 +85,10 @@ Under the General accordion, you can set the value in the string format. | Text color | You can change the background color of the text by entering the Hex color code or choosing a color of your choice from the color picker. | | Text size | By default, the text size is set to 14. You can enter any value from 1-100 to set custom text size. | | Underline | You can change the underline of the text in the following ways: **on-hover (default), never, always** | -| Visibility | Toggle on or off to control the visibility of the widget. You can programmatically change its value by clicking on the `Fx` button next to it. If `{{false}}` the widget will not visible after the app is deployed. By default, it's set to `{{true}}`. | - +| Visibility | Toggle on or off to control the visibility of the widget. You can programmatically change its value by clicking on the **fx** button next to it. If `{{false}}` the component will not visible after the app is deployed. By default, it's set to `{{true}}`. | +:------------------------------------------------------------------------------------------------------------- | :::info -Any property having `Fx` button next to its field can be **programmatically configured**. +Any property having **fx** button next to its field can be **programmatically configured**. ::: -
\ No newline at end of file +