Skip to content

Provide support to add diagram nodes or connectors collection dynamically through API method #298

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

Open
wants to merge 1 commit into
base: hotfix/hotfix-v26.1.35
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion ej2-javascript/diagram/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The following code illustrates how a group node is added at runtime.

* The collection of group nodes can be dynamically added using 'addElements' method.Each time an element is added to the diagram canvas, the 'collectionChange' event will be triggered.

The following code illustrates how to add a group nodes collection at runtime.
The following code illustrates how to add group nodes collection at runtime.

{% if page.publishingplatform == "typescript" %}

Expand Down
2 changes: 1 addition & 1 deletion ej2-javascript/diagram/js/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following code example illustrates how to add connector at runtime.

* The collection of connectors can be dynamically added using 'addElements' method.Each time an element is added to the diagram canvas, the 'collectionChange' event will be triggered.

The following code illustrates how to add a connectors collection at runtime.
The following code illustrates how to add connectors collection at runtime.

{% tabs %}
{% highlight ts tabtitle="index.ts" %}
Expand Down
2 changes: 1 addition & 1 deletion ej2-javascript/diagram/js/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following code illustrates how to add a node.

* The collection of nodes can be dynamically added using 'addElements' method.Each time an element is added to the diagram canvas, the 'collectionChange' event will be triggered.

The following code illustrates how to add a nodes collection at runtime.
The following code illustrates how to add nodes collection at runtime.

{% tabs %}
{% highlight ts tabtitle="index.ts" %}
Expand Down
2 changes: 1 addition & 1 deletion ej2-javascript/diagram/ts/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following code example illustrates how to add connector at runtime.

* The collection of connectors can be dynamically added using 'addElements' method. Each time an element is added to the diagram canvas, the 'collectionChange' event will be triggered.

The following code illustrates how to add a connectors collection at runtime.
The following code illustrates how to add connectors collection at runtime.

{% tabs %}
{% highlight ts tabtitle="index.ts" %}
Expand Down
2 changes: 1 addition & 1 deletion ej2-javascript/diagram/ts/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following code illustrates how to add a node.

* The collection of nodes can be dynamically added using 'addElements' method.Each time an element is added to the diagram canvas, the 'collectionChange' event will be triggered.

The following code illustrates how to add a connectors collection at runtime.
The following code illustrates how to add nodes collection at runtime.

{% tabs %}
{% highlight ts tabtitle="index.ts" %}
Expand Down