From 08e89dbdf1e907775b577b0a0c686af1fd6e69f3 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:45:06 +0300 Subject: [PATCH 1/2] SEO-184192 JavaScript Page with Redirect --- js/DatePicker/Behavior-Settings.md | 6 +++--- js/Diagram/Label.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/js/DatePicker/Behavior-Settings.md b/js/DatePicker/Behavior-Settings.md index a7bc4a4d6..be058dafb 100644 --- a/js/DatePicker/Behavior-Settings.md +++ b/js/DatePicker/Behavior-Settings.md @@ -1,13 +1,13 @@ --- layout: post -title: Behaviour Settings -description: Configure DatePicker Behaviour settings +title: Behaviour settings in JavaScript DatePicker Control | Syncfusion +description: Learn here all about behaviour settings in Syncfusion JavaScript DatePicker control, its elements, and more. platform: js control: DatePicker documentation: ug api: /api/js/ejdatepicker --- -# Behavior Settings +# Behavior settings in JavaScript DatePicker Control DatePicker has some default behavior settings which helps you to perform more operation by Built-in. diff --git a/js/Diagram/Label.md b/js/Diagram/Label.md index eb7e9906a..79aabc14b 100644 --- a/js/Diagram/Label.md +++ b/js/Diagram/Label.md @@ -1,14 +1,14 @@ --- layout: post -title: Label | Diagram | Javascript | Syncfusion -description: This section explains how to use Essential ejDiagram control Label's functionality and its behavior. +title: Label in Javascript Diagram Control | Syncfusion +description: Learn here all about label support in Syncfusion JavaScript Diagram control, its elements, and more. platform: js control: Diagram documentation: ug api: /api/js/ejdiagram --- -# Label +# Label in Javascript Diagram Control **Label** is a block of text that can be displayed over a node or connector. Label is used to textually represent an object with a string that can be edited at run time. You can add Multiple Labels to a node/connector. From a0f642d2361a1ec32d5a966d6ec3863c08eaac02 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:14:33 +0300 Subject: [PATCH 2/2] made change --- js/Diagram/Label.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/Diagram/Label.md b/js/Diagram/Label.md index 79aabc14b..1754cb215 100644 --- a/js/Diagram/Label.md +++ b/js/Diagram/Label.md @@ -1,6 +1,6 @@ --- layout: post -title: Label in Javascript Diagram Control | Syncfusion +title: Label in JavaScript Diagram Control | Syncfusion description: Learn here all about label support in Syncfusion JavaScript Diagram control, its elements, and more. platform: js control: Diagram @@ -8,13 +8,13 @@ documentation: ug api: /api/js/ejdiagram --- -# Label in Javascript Diagram Control +# Label in JavaScript Diagram Control **Label** is a block of text that can be displayed over a node or connector. Label is used to textually represent an object with a string that can be edited at run time. You can add Multiple Labels to a node/connector. ## Create Label -You can add a label to a node/connector by defining the label object and adding that to the [labels](/api/js/ejdiagram#members:nodes-labels "labels") collection of node/connector. The [text](/api/js/ejdiagram#members:nodes-labels-text "text") property of label defines the text to be displayed. The following code illustrates how to create a Label. +You can add a label to a node/connector by defining the label object and adding that to the [labels](/api/js/ejdiagram#members:nodes-labels "labels") collection of node/connector. The [text](/api/js/ejdiagram#members:nodes-labels-text "text") property of label defines the text to be displayed. The following code illustrates how to create a Label. {% highlight javascript %}