appy.gen: replaced tiny_mce with ckeditor.

This commit is contained in:
Gaetan Delannay 2012-01-02 13:54:03 +01:00
parent ba1743b38e
commit 0e7dfa3aaf
469 changed files with 1265 additions and 40371 deletions

View file

@ -49,9 +49,6 @@
type python: (widget['format'] == 3) and 'password' or 'text'"/>
</tal:line>
<tal:textarea condition="python: fmt in (1,2)">
<script tal:condition="python: fmt == 2"
tal:content="python: contextObj.getEditorInit(name)">
</script>
<textarea tal:attributes="id name; name name;
cols widget/width;
rows widget/height;
@ -59,6 +56,9 @@
class python: (fmt==2) and ('rich_%s' % name) or ''"
tal:content="python: test(inRequest, requestValue, value)">
</textarea>
<script tal:condition="python: fmt == 2"
tal:content="python: contextObj.getEditorInit(name)">
</script>
</tal:textarea>
</metal:edit>