Skip to content

Commit cf92f84

Browse files
814887: Resolved Front matter and tag issue
1 parent 0f5b1c9 commit cf92f84

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: get selected current word/Paragraph in ##Platform_Name## Document Editor Component | Syncfusion
3+
title: Get current Word/Para in ##Platform_Name## Document editor control | Syncfusion
44
description: Learn how to select and retrieve current word and Paragraph from the Syncfusion ##Platform_Name## Document Editor Component
55
platform: ej2-asp-core-mvc
66
control: Get The Current Word And Paragrapgh

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ 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-
{% endhighlight %}{% endtabs %}
27+
{% code-snippet/document-editor-container/get-text/document-editor.cs %}
28+
{% endhighlight %}
29+
{% endtabs %}
2830

2931
{% elsif page.publishingplatform == "aspnet-mvc" %}
3032

@@ -33,7 +35,9 @@ You can use `text` API to get the selected content as plain text from React Docu
3335
{% include code-snippet/document-editor-container/get-text/razor %}
3436
{% endhighlight %}
3537
{% highlight c# tabtitle="Get-text.cs" %}
36-
{% endhighlight %}{% endtabs %}
38+
{% code-snippet/document-editor-container/get-text/document-editor.cs %}
39+
{% endhighlight %}
40+
{% endtabs %}
3741
{% endif %}
3842

3943

@@ -55,7 +59,9 @@ You can use `sfdt` API to get the selected content as rich text from React Docum
5559
{% include code-snippet/document-editor-container/get-sfdt/tagHelper %}
5660
{% endhighlight %}
5761
{% highlight c# tabtitle="Get-sfdt.cs" %}
58-
{% endhighlight %}{% endtabs %}
62+
{% code-snippet/document-editor-container/get-sfdt/document-editor.cs %}
63+
{% endhighlight %}
64+
{% endtabs %}
5965

6066
{% elsif page.publishingplatform == "aspnet-mvc" %}
6167

@@ -64,7 +70,9 @@ You can use `sfdt` API to get the selected content as rich text from React Docum
6470
{% include code-snippet/document-editor-container/get-sfdt/razor %}
6571
{% endhighlight %}
6672
{% highlight c# tabtitle="Get-sfdt.cs" %}
67-
{% endhighlight %}{% endtabs %}
73+
{% code-snippet/document-editor-container/get-sfdt/document-editor.cs %}
74+
{% endhighlight %}
75+
{% endtabs %}
6876
{% endif %}
6977

7078

0 commit comments

Comments
 (0)