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..1754cb215 100644 --- a/js/Diagram/Label.md +++ b/js/Diagram/Label.md @@ -1,20 +1,20 @@ --- 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. ## 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 %}