Skip to content

Commit

Permalink
Replace codesandbox links with an embed
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Apr 1, 2024
1 parent 6199f73 commit 16afffd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 21 deletions.
7 changes: 2 additions & 5 deletions docs/get-started-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ This step-by-step tutorial will help you get started with SurveyJS Dashboard in

As a result, you will create the following dashboard:

<iframe src="https://codesandbox.io/p/sandbox/add-surveyjs-analytics-to-an-angular-application-forked-n2yt2m"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="Add SurveyJS Dashboard to an Angular Application"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
<iframe src="/proxy/github/code-examples/get-started-analytics/knockout/index.html"
style="width:100%; border:0; border-radius: 4px; overflow:hidden;"
></iframe>
[View Full Code on GitHub](https://github.com/surveyjs/code-examples/tree/main/get-started-analytics/angular (linkStyle))
Expand Down
9 changes: 3 additions & 6 deletions docs/get-started-knockout-jquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ This step-by-step tutorial will help you get started with SurveyJS Dashboard in

As a result, you will create the following dashboard:

<p class="codepen" data-height="532.7999572753906" data-default-tab="js,result" data-slug-hash="vYdmvgz" data-user="romantsukanov" style="height: 532.7999572753906px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/romantsukanov/pen/vYdmvgz">
SurveyJS - Add SurveyJS Dashboard to a Knockout or jQuery Application</a> by RomanTsukanov (<a href="https://codepen.io/romantsukanov">@romantsukanov</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
<iframe src="/proxy/github/code-examples/get-started-analytics/knockout/index.html"
style="width:100%; border:0; border-radius: 4px; overflow:hidden;"
></iframe>
SurveyJS Dashboard is powered by Knockout and does not have an individual implementation for jQuery. However, you can integrate the version for Knockout into your jQuery application by following the same instructions.

Expand Down
7 changes: 2 additions & 5 deletions docs/get-started-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ This step-by-step tutorial will help you get started with SurveyJS Dashboard in

As a result, you will create the following dashboard:

<iframe src="https://codesandbox.io/p/sandbox/add-surveyjs-analytics-to-a-react-application-forked-kj95pt"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="Add SurveyJS Dashboard to a React Application"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
<iframe src="/proxy/github/code-examples/get-started-analytics/knockout/index.html"
style="width:100%; border:0; border-radius: 4px; overflow:hidden;"
></iframe>
[View Full Code on GitHub](https://github.com/surveyjs/code-examples/tree/main/get-started-analytics/react (linkStyle))
Expand Down
7 changes: 2 additions & 5 deletions docs/get-started-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ This step-by-step tutorial will help you get started with SurveyJS Dashboard in

As a result, you will create the following dashboard:

<iframe src="https://codesandbox.io/p/sandbox/add-surveyjs-analytics-to-a-vue-application-forked-jj6hgn"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="trusting-varahamihira-rx7o0k"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
<iframe src="/proxy/github/code-examples/get-started-analytics/knockout/index.html"
style="width:100%; border:0; border-radius: 4px; overflow:hidden;"
></iframe>
[View Full Code on GitHub](https://github.com/surveyjs/code-examples/tree/main/get-started-analytics/vue (linkStyle))
Expand Down

0 comments on commit 16afffd

Please sign in to comment.