diff options
| author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-08-24 23:18:56 +0000 | 
|---|---|---|
| committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-08-24 23:18:56 +0000 | 
| commit | 10ce399989c004bd57ebfe0c2560654d58195969 (patch) | |
| tree | 1fe3d7192d49ea5ffb32c55aebfa65cdc6da1fe6 | |
| parent | 9a26ce60cf6709acbd83c0b5665b148d3187aa97 (diff) | |
| download | Chimère-10ce399989c004bd57ebfe0c2560654d58195969.tar.bz2 Chimère-10ce399989c004bd57ebfe0c2560654d58195969.zip  | |
TinyMCE integration and customisation (#55)
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@34 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
| -rw-r--r-- | static/textareas.js | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/static/textareas.js b/static/textareas.js index 18d97e6..fec83b8 100644 --- a/static/textareas.js +++ b/static/textareas.js @@ -19,5 +19,9 @@ See the file COPYING for details.  tinyMCE.init({      mode : "textareas", -    theme : "simple" +    theme : "advanced", +    relative_urls : false, +    theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,bullist,numlist,separator,hr,separator,link", +    theme_advanced_buttons2 : "", +    theme_advanced_buttons3 : ""  });  | 
