diff options
author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-04-07 10:31:57 +0000 |
---|---|---|
committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-04-07 10:31:57 +0000 |
commit | 593f00e9c93e157633b11f22883ff40101d31f55 (patch) | |
tree | 85fb30012e1d14753d0e4308f3867ebdbf72848b | |
parent | 7a49305aee5846ced735dbaba2e0fc7cd2c027c0 (diff) | |
download | Chimère-593f00e9c93e157633b11f22883ff40101d31f55.tar.bz2 Chimère-593f00e9c93e157633b11f22883ff40101d31f55.zip |
textareas.js add
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@31 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
-rw-r--r-- | static/textareas.js | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/static/textareas.js b/static/textareas.js new file mode 100644 index 0000000..18d97e6 --- /dev/null +++ b/static/textareas.js @@ -0,0 +1,23 @@ +/* base function shared by some pages */ +/* Copyright (C) 2009 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as +published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +See the file COPYING for details. +*/ + +tinyMCE.init({ + mode : "textareas", + theme : "simple" +}); |