Skip to content

Commit 5907c5f

Browse files
Merge pull request #4204 from syncfusion-content/957760-com-error-cm
957760: Removed Unwanted codes to resolve documentation compilation error in Documentation
2 parents 7d697fc + 8b67c22 commit 5907c5f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

ej2-asp-core-mvc/document-editor/how-to/get-current-word.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ The following example code illustrates how to select and get the current word as
2626
{% endhighlight %}
2727
{% highlight c# tabtitle="Get-word.cs" %}
2828
{% endhighlight %}
29-
{% code-snippet/document-editor-container/get-word/document-editor.cs %}
3029
{% endtabs %}
3130

3231
{% elsif page.publishingplatform == "aspnet-mvc" %}
@@ -36,7 +35,6 @@ The following example code illustrates how to select and get the current word as
3635
{% include code-snippet/document-editor-container/get-word/razor %}
3736
{% endhighlight %}
3837
{% highlight c# tabtitle="Get-word.cs" %}
39-
{% code-snippet/document-editor-container/get-word/document-editor.cs %}
4038
{% endhighlight %}
4139
{% endtabs %}
4240
{% endif %}
@@ -55,7 +53,6 @@ The following example code illustrates how to select and get the current paragra
5553
{% include code-snippet/document-editor-container/get-paragraph/tagHelper %}
5654
{% endhighlight %}
5755
{% highlight c# tabtitle="Get-paragraph.cs" %}
58-
{% code-snippet/document-editor-container/get-paragraph/document-editor.cs %}
5956
{% endhighlight %}
6057
{% endtabs %}
6158

@@ -66,7 +63,6 @@ The following example code illustrates how to select and get the current paragra
6663
{% include code-snippet/document-editor-container/get-paragraph/razor %}
6764
{% endhighlight %}
6865
{% highlight c# tabtitle="Get-paragraph.cs" %}
69-
{% code-snippet/document-editor-container/get-paragraph/document-editor.cs %}
7066
{% endhighlight %}
7167
{% endtabs %}
7268
{% endif %}

ej2-asp-core-mvc/document-editor/how-to/get-the-selected-content.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ You can use `text` API to get the selected content as plain text from React Docu
2424
{% include code-snippet/document-editor-container/get-text/tagHelper %}
2525
{% endhighlight %}
2626
{% highlight c# tabtitle="Get-text.cs" %}
27-
{% code-snippet/document-editor-container/get-text/document-editor.cs %}
2827
{% endhighlight %}
2928
{% endtabs %}
3029

@@ -35,7 +34,6 @@ You can use `text` API to get the selected content as plain text from React Docu
3534
{% include code-snippet/document-editor-container/get-text/razor %}
3635
{% endhighlight %}
3736
{% highlight c# tabtitle="Get-text.cs" %}
38-
{% code-snippet/document-editor-container/get-text/document-editor.cs %}
3937
{% endhighlight %}
4038
{% endtabs %}
4139
{% endif %}
@@ -59,7 +57,6 @@ You can use `sfdt` API to get the selected content as rich text from React Docum
5957
{% include code-snippet/document-editor-container/get-sfdt/tagHelper %}
6058
{% endhighlight %}
6159
{% highlight c# tabtitle="Get-sfdt.cs" %}
62-
{% code-snippet/document-editor-container/get-sfdt/document-editor.cs %}
6360
{% endhighlight %}
6461
{% endtabs %}
6562

@@ -70,7 +67,6 @@ You can use `sfdt` API to get the selected content as rich text from React Docum
7067
{% include code-snippet/document-editor-container/get-sfdt/razor %}
7168
{% endhighlight %}
7269
{% highlight c# tabtitle="Get-sfdt.cs" %}
73-
{% code-snippet/document-editor-container/get-sfdt/document-editor.cs %}
7470
{% endhighlight %}
7571
{% endtabs %}
7672
{% endif %}

0 commit comments

Comments
 (0)