Integrations changes

This commit is contained in:
Andrew Roberts
2015-11-10 08:44:13 -08:00
parent 11cf84dbcd
commit 0ed6e587dd
3 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
layout: default
title: Using TinyMCE in Bootstrap
title: Bootstrap Integration
---
+2 -2
View File
@@ -1,11 +1,11 @@
---
layout: default
title: Using TinyMCE in JQuery
title: JQuery Integration
---
More here
# TinyMCE in a jQuery UI Dialog
## TinyMCE in a jQuery UI Dialog
You need to add some custom logic when rendering TinyMCE instances inside jQuery UI dialogs since it blocks all focus in calls of elements outside the dialog. [Check this fiddle out](http://fiddle.tinymce.com/rsdaab) for a working example.
+23
View File
@@ -0,0 +1,23 @@
---
layout: default
title: WordPress Integration
description: WordPress powers 25% of the web and TinyMCE is proud to be the default editor.
---
## Default Visual Editor in Wordpress
A slimmed down version of TinyMCE is the default "Visual Editor" in WordPress.
## TinyMCE Advanced
[TinyMCE Advanced](https://wordpress.org/plugins/tinymce-advanced/) is a WordPress plugin built by Andrew Ozz that will let you add, remove and arrange the buttons that are shown on the Visual Editor toolbar. It includes 15 plugins for TinyMCE that are automatically enabled or disabled depending on what buttons are chosen.
Some of the features added by this plugin
Support for creating and editing tables.
More options when inserting lists.
Search and Replace in the editor.
Ability to set Font Family and Font Size.
And many others.
With this plugin you will also be able to enable the TinyMCE menu. It is a convenient way to access a lot of features that are not used frequently.