Making language packs
-Language packs are simply JavaScript name/value arrays placed in the " Language packs are simply JavaScript name/value arrays placed in the "
- This option should contain a language code of the editor documentation to use with TinyMCE. These codes are in ISO-639-2 format to see if your language is available check the contents of "tinymce/jscripts/tiny_mce/theme/<theme used>/docs". The default value of this option is the value specified in the "language" option or "en" for English.
+ This option should contain a language code of the editor documentation to use with TinyMCE. These codes are in ISO-639-1 format to see if your language is available check the contents of "tinymce/jscripts/tiny_mce/theme/<theme used>/docs". The default value of this option is the value specified in the "language" option or "en" for English.
- This option should contain a language code of the language pack to use with TinyMCE. These codes are in ISO-639-2 format to see if your language is available check the contents of "tinymce/jscripts/tiny_mce/langs". The default value of this option is "en" for English.
+ This option should contain a language code of the language pack to use with TinyMCE. These codes are in ISO-639-1 format to see if your language is available check the contents of "tinymce/jscripts/tiny_mce/langs". The default value of this option is "en" for English.
diff --git a/www/extras/tinymce2/docs/option_theme_advanced_blockformats.html b/www/extras/tinymce2/docs/option_theme_advanced_blockformats.html
index b5b9859cf..ecdbb2d3c 100644
--- a/www/extras/tinymce2/docs/option_theme_advanced_blockformats.html
+++ b/www/extras/tinymce2/docs/option_theme_advanced_blockformats.html
@@ -22,7 +22,7 @@
+ TinyMCE Spellchecker currently supports 3 modes. These are available as configurable PHP classes.
+
tinyMCE.init({
...
- theme_advanced_blockformats : "p,div,h1,h2,h3,h4,h5,h6"
+ theme_advanced_blockformats : "p,div,h1,h2,h3,h4,h5,h6,div,blockquote,dt,dd,code,samp"
});
Spellchecker plugins/modes
+
+
+ Use this as the value for the the languages option when you are using the GoogleSpell class: +English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv
+
Initialization Example