Full featured example

This page shows all available buttons and plugins that are included in the TinyMCE core package. There are more examples on how to use TinyMCE in the Wiki.

[Show] [Hide] [Bold] [Get contents] [Get selected HTML] [Get selected text] [Get selected element] [Insert HTML] [Replace selection]

To add more buttons...

The easiest way to extend/customise the toolbar is to;

  1. View the source code
  2. Copy the plugins that you want from the plugins : " ... " line
  3. Copy the buttons that you want from the theme_advanced_buttons[X] : " ... " line(s) (where '[X]' is 1, 2, 3 or 4)
  4. Insert them into the appropriate place in the "fast_edit/js/fast_edit_toolbar.js" file

Please be aware that the more plugins loaded during initialisation, the longer it will take to load.