File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
ej2-asp-core-mvc/document-editor/how-to Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,7 @@ The following code example shows how to add the backstage menu items.
59
59
{% include code-snippet/document-editor-container/customize-ribbon-backstage/tagHelper %}
60
60
{% endhighlight %}
61
61
{% highlight c# tabtitle="Customize-ribbon-backstage.cs" %}
62
- {% endhighlight %}
63
- {% endtabs %}
62
+ {% endhighlight %}{% endtabs %}
64
63
65
64
{% elsif page.publishingplatform == "aspnet-mvc" %}
66
65
@@ -70,8 +69,7 @@ The following code example shows how to add the backstage menu items.
70
69
{% endhighlight %}
71
70
{% highlight c# tabtitle="Customize-ribbon-backstage.cs" %}
72
71
{% endhighlight %}
73
- {% endtabs %}
74
- {% endif %}
72
+ {% endtabs %}{% endif %}
75
73
76
74
Refer this documentation know more about [ ` backstage items ` ] ( https://ej2.syncfusion.com/documentation/ribbon/backstage )
77
75
You can’t perform that action at this time.
0 commit comments