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

@ -1339,7 +1339,7 @@ class String(Type):
def getJs(self, layoutType):
if (layoutType == 'edit') and (self.format == String.XHTML):
return ('tiny_mce/tiny_mce.js',)
return ('ckeditor/ckeditor.js',)
class Boolean(Type):
def __init__(self, validator=None, multiplicity=(0,1), index=None,