File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
ej2-asp-core-mvc/document-editor/how-to Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ The following example code illustrates how to select and get the current word as
26
26
{% endhighlight %}
27
27
{% highlight c# tabtitle="Get-word.cs" %}
28
28
{% endhighlight %}
29
- {% code-snippet/document-editor-container/get-word/document-editor.cs %}
30
29
{% endtabs %}
31
30
32
31
{% elsif page.publishingplatform == "aspnet-mvc" %}
@@ -36,7 +35,6 @@ The following example code illustrates how to select and get the current word as
36
35
{% include code-snippet/document-editor-container/get-word/razor %}
37
36
{% endhighlight %}
38
37
{% highlight c# tabtitle="Get-word.cs" %}
39
- {% code-snippet/document-editor-container/get-word/document-editor.cs %}
40
38
{% endhighlight %}
41
39
{% endtabs %}
42
40
{% endif %}
@@ -55,7 +53,6 @@ The following example code illustrates how to select and get the current paragra
55
53
{% include code-snippet/document-editor-container/get-paragraph/tagHelper %}
56
54
{% endhighlight %}
57
55
{% highlight c# tabtitle="Get-paragraph.cs" %}
58
- {% code-snippet/document-editor-container/get-paragraph/document-editor.cs %}
59
56
{% endhighlight %}
60
57
{% endtabs %}
61
58
@@ -66,7 +63,6 @@ The following example code illustrates how to select and get the current paragra
66
63
{% include code-snippet/document-editor-container/get-paragraph/razor %}
67
64
{% endhighlight %}
68
65
{% highlight c# tabtitle="Get-paragraph.cs" %}
69
- {% code-snippet/document-editor-container/get-paragraph/document-editor.cs %}
70
66
{% endhighlight %}
71
67
{% endtabs %}
72
68
{% endif %}
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ You can use `text` API to get the selected content as plain text from React Docu
24
24
{% include code-snippet/document-editor-container/get-text/tagHelper %}
25
25
{% endhighlight %}
26
26
{% highlight c# tabtitle="Get-text.cs" %}
27
- {% code-snippet/document-editor-container/get-text/document-editor.cs %}
28
27
{% endhighlight %}
29
28
{% endtabs %}
30
29
@@ -35,7 +34,6 @@ You can use `text` API to get the selected content as plain text from React Docu
35
34
{% include code-snippet/document-editor-container/get-text/razor %}
36
35
{% endhighlight %}
37
36
{% highlight c# tabtitle="Get-text.cs" %}
38
- {% code-snippet/document-editor-container/get-text/document-editor.cs %}
39
37
{% endhighlight %}
40
38
{% endtabs %}
41
39
{% endif %}
@@ -59,7 +57,6 @@ You can use `sfdt` API to get the selected content as rich text from React Docum
59
57
{% include code-snippet/document-editor-container/get-sfdt/tagHelper %}
60
58
{% endhighlight %}
61
59
{% highlight c# tabtitle="Get-sfdt.cs" %}
62
- {% code-snippet/document-editor-container/get-sfdt/document-editor.cs %}
63
60
{% endhighlight %}
64
61
{% endtabs %}
65
62
@@ -70,7 +67,6 @@ You can use `sfdt` API to get the selected content as rich text from React Docum
70
67
{% include code-snippet/document-editor-container/get-sfdt/razor %}
71
68
{% endhighlight %}
72
69
{% highlight c# tabtitle="Get-sfdt.cs" %}
73
- {% code-snippet/document-editor-container/get-sfdt/document-editor.cs %}
74
70
{% endhighlight %}
75
71
{% endtabs %}
76
72
{% endif %}
You can’t perform that action at this time.
0 commit comments