Skip to content

DOCINFRA-2341_merged_using_automation #487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions js/DatePicker/Behavior-Settings.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
8 changes: 4 additions & 4 deletions js/Diagram/Label.md
Original file line number Diff line number Diff line change
@@ -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 %}

Expand Down