Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For example, `Ctrl + S` keyboard shortcut saves the document in SFDT format by d

{% tabs %}
{% highlight cshtml tabtitle="CSHTML" %}
{% include code-snippet/document-editor/asp-net-core/document-editor/asp-net-core/document-editor/asp-net-core/document-editor/override/tagHelper %}
{% include code-snippet/document-editor/asp-net-core/document-editor/override/tagHelper %}
{% endhighlight %}
{% highlight c# tabtitle="Override.cs" %}
{% endhighlight %}{% endtabs %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ In the client-side, to export the document into blob the document using [`saveAs

{% tabs %}
{% highlight html tabtitle="index.html" %}
{% include code-snippet/document-editor/javascript-es5/document-editor/save-dropbox-cloud-file-storage/index.html %}
{% include code-snippet/document-editor/javascript-es5/document-editor/save-dropbox-cloud-file-storage/js/index.html %}
{% endhighlight %}
{% endtabs %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ In the client-side, to export the document into blob the document using [`saveAs

{% tabs %}
{% highlight html tabtitle="index.html" %}
{% include code-snippet/document-editor/javascript-es5/document-editor/save-google-cloud-storage/index.html %}
{% include code-snippet/document-editor/javascript-es5/document-editor/save-google-cloud-storage/js/index.html %}
{% endhighlight %}
{% endtabs %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ In the client-side, to export the document into blob the document using [`saveAs
{% include code-snippet/document-editor/javascript-es6/document-editor/save-dropbox-cloud-file-storage/index.ts %}
{% endhighlight %}
{% highlight html tabtitle="index.html" %}
{% include code-snippet/document-editor/javascript-es6/document-editor/save-dropbox-cloud-file-storage/js/index.html %}
{% include code-snippet/document-editor/javascript-es6/document-editor/save-dropbox-cloud-file-storage/ts/index.html %}
{% endhighlight %}
{% endtabs %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ In the client-side, to export the document into blob the document using [`saveAs
{% include code-snippet/document-editor/javascript-es6/document-editor/save-google-cloud-storage/index.ts %}
{% endhighlight %}
{% highlight html tabtitle="index.html" %}
{% include code-snippet/document-editor/javascript-es6/document-editor/save-google-cloud-storage/js/index.html %}
{% include code-snippet/document-editor/javascript-es6/document-editor/save-google-cloud-storage/ts/index.html %}
{% endhighlight %}
{% endtabs %}

Expand Down