Skip to content

Commit f66e8e0

Browse files
Merge pull request #170 from Syncfusion-Content/hotfix/hotfix-v23.2.4
DOCINFRA-2341_merged_using_automation
2 parents b468b17 + ec51e3b commit f66e8e0

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

ej2-javascript/treegrid/tool-bar/custom-tool-bar.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -79,34 +79,4 @@ In the below example, `ExpandAll`, `CollapseAll` are built-in toolbar items and
7979
{% previewsample "page.domainurl/code-snippet/treegrid/toolbar-cs2" %}
8080
{% endif %}
8181

82-
<!-- Custom toolbar
83-
84-
Custom toolbar is used to customize the whole toolbar. It can be added by defining `toolbarTemplate` as an HTML element ID.
85-
Actions for this toolbar template items are defined in the [`toolbarClick`](../../api/treegrid/#toolbarclick) event.
86-
87-
{% if page.publishingplatform == "typescript" %}
88-
89-
{% tabs %}
90-
{% highlight ts tabtitle="index.ts" %}
91-
{% include code-snippet/treegrid/toolbar-template-cs1/index.ts %}
92-
{% endhighlight %}
93-
{% highlight html tabtitle="index.html" %}
94-
{% include code-snippet/treegrid/toolbar-template-cs1/index.html %}
95-
{% endhighlight %}
96-
{% endtabs %}
97-
98-
{% previewsample "page.domainurl/code-snippet/treegrid/toolbar-template-cs1" %}
99-
100-
{% elsif page.publishingplatform == "javascript" %}
101-
102-
{% tabs %}
103-
{% highlight js tabtitle="index.js" %}
104-
{% include code-snippet/treegrid/toolbar-template-cs1/index.js %}
105-
{% endhighlight %}
106-
{% highlight html tabtitle="index.html" %}
107-
{% include code-snippet/treegrid/toolbar-template-cs1/index.html %}
108-
{% endhighlight %}
109-
{% endtabs %}
110-
111-
{% previewsample "page.domainurl/code-snippet/treegrid/toolbar-template-cs1" %}
112-
{% endif %} -->
82+

0 commit comments

Comments
 (0)