update custom toolbar text

[+] minor update to custom toolbar text
This commit is contained in:
r12s
2017-12-15 11:44:32 -08:00
parent 9e7ef16d09
commit 2a46bfa8ed
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,10 +3,10 @@ layout: default
title: Custom Toolbar Menu Button
title_nav: Custom Toolbar Menu Button
description_short: Add a custom menu button to the toolbar.
description: This example shows you how to add a simple menu button toolbar of TinyMCE.
description: This example shows you how to add a simple menu button to TinyMCE's toolbar.
keywords: example demo custom toolbar menu button
---
This example shows you how to add a simple menu button toolbar of TinyMCE.
This example shows you how to add a simple menu button to TinyMCE's toolbar. This demo inserts text at the cursor. The Codepen JS also shows you how to add sub-menus to a menu item.
{% include codepen.html id="EVzKyX" %}
+2 -2
View File
@@ -3,10 +3,10 @@ layout: default
title: Custom Toolbar Split Button
title_nav: Custom Toolbar Split Button
description_short: Add a custom menu button to the toolbar.
description: This example shows you how to add a simple menu button toolbar of TinyMCE.
description: This example shows you how to add a simple split menu button to TinyMCE's toolbar.
keywords: example demo custom toolbar menu button
---
This example shows you how to add a simple menu button toolbar of TinyMCE.
This example shows you how to add a simple "split" menu button to TinyMCE's toolbar.
{% include codepen.html id="xwNVXY" %}