Skip to content

Commit aa1f48e

Browse files
Merge pull request #487 from Syncfusion-Content/hotfix/hotfix-v26.1.35
DOCINFRA-2341_merged_using_automation
2 parents bf70d0c + 0f50664 commit aa1f48e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

js/DatePicker/Behavior-Settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Behaviour Settings
4-
description: Configure DatePicker Behaviour settings
3+
title: Behaviour settings in JavaScript DatePicker Control | Syncfusion
4+
description: Learn here all about behaviour settings in Syncfusion JavaScript DatePicker control, its elements, and more.
55
platform: js
66
control: DatePicker
77
documentation: ug
88
api: /api/js/ejdatepicker
99
---
10-
# Behavior Settings
10+
# Behavior settings in JavaScript DatePicker Control
1111

1212
DatePicker has some default behavior settings which helps you to perform more operation by Built-in.
1313

js/Diagram/Label.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
layout: post
3-
title: Label | Diagram | Javascript | Syncfusion
4-
description: This section explains how to use Essential ejDiagram control Label's functionality and its behavior.
3+
title: Label in JavaScript Diagram Control | Syncfusion
4+
description: Learn here all about label support in Syncfusion JavaScript Diagram control, its elements, and more.
55
platform: js
66
control: Diagram
77
documentation: ug
88
api: /api/js/ejdiagram
99
---
1010

11-
# Label
11+
# Label in JavaScript Diagram Control
1212

1313
**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.
1414

1515
## Create Label
1616

17-
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.
17+
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.
1818

1919
{% highlight javascript %}
2020

0 commit comments

Comments
 (0)