Skip to content

Commit 47c4cb0

Browse files
933118: Resolved Tag issue
1 parent 9ddbfa2 commit 47c4cb0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Similarly, you can use `documentEditorSettings` property for DocumentEditor also
2222
{% include code-snippet/document-editor-container/customize-color-picker/tagHelper %}
2323
{% endhighlight %}
2424
{% highlight c# tabtitle="customize-color-picker.cs" %}
25-
{% endhighlight %}{% endtabs %}
25+
{% include code-snippet/document-editor-container/customize-color-picker/document-editor.cs %}
26+
{% endhighlight %}
27+
{% endtabs %}
2628

2729
{% elsif page.publishingplatform == "aspnet-mvc" %}
2830

@@ -31,7 +33,9 @@ Similarly, you can use `documentEditorSettings` property for DocumentEditor also
3133
{% include code-snippet/document-editor-container/customize-color-picker/razor %}
3234
{% endhighlight %}
3335
{% highlight c# tabtitle="customize-color-picker.cs" %}
34-
{% endhighlight %}{% endtabs %}
36+
{% include code-snippet/document-editor-container/customize-color-picker/document-editor.cs %}
37+
{% endhighlight %}
38+
{% endtabs %}
3539
{% endif %}
3640

3741
The following table illustrates all the possible properties for the color picker.

0 commit comments

Comments
 (0)