Skip to content
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

SEO-178281-Links-With-Redirects-JS #438

Open
wants to merge 2 commits into
base: hotfix/hotfix-v23.2.4
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
4 changes: 2 additions & 2 deletions js/Diagram/Shapes.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ var nodes = [{

N> Deploy your HTML file in the web Application and export the diagram (image node) or else the image node will not be exported in the chrome and Firefox due to security issues. Please refer to the link below.

Link: http://asked.online/draw-images-on-canvas-locally-using-chrome/2546077/
Link: https://asked.online/draw-images-on-canvas-locally-using-chrome/2546077/

Link1: http://stackoverflow.com/questions/4761711/local-image-in-canvas-in-chrome
Link1: https://stackoverflow.com/questions/4761711/local-image-in-canvas-in-chrome

### Image Alignment

Expand Down
4 changes: 2 additions & 2 deletions js/Slider/Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ api: /api/js/ejslider

AngularJS is structural Framework to create dynamic web apps. It is distributed as a **JavaScript** file. It extends **HTML** attributes with Directives, and binds data to **HTML** with Expressions. To learn more about AngularJS refer the following link

[http://www.w3schools.com/angular/default.asp](http://www.w3schools.com/angular/default.asp)
[https://www.w3schools.com/angular/default.asp](https://www.w3schools.com/angular/default.asp)

**Slider** widget is provided with AngularJS support. The support is achieved by including the “**ej.widget.angular.min.js**” file. Refer the following link to know more about the AngularJS support.

Expand Down Expand Up @@ -95,7 +95,7 @@ Execute the above code example to render the following output.

KnockoutJS is a **JavaScript** library that follows the MVVM pattern to build sophisticated user interface with a clean underlying data model. It supports to update the UI dynamically. Refer the following link to know more about KnockoutJS.

[http://knockoutjs.com/documentation/introduction.html](http://knockoutjs.com/documentation/introduction.html)
[https://knockoutjs.com/documentation/introduction.html](https://knockoutjs.com/documentation/introduction.html)

**Slider** widget includes support to use it with KnockoutJS. The support is achieved by integration of the JS library **ej.widget.ko.min.js file.** Refer the following link to know more about the KnockoutJS support

Expand Down