[gen] Integrated ckeditor 4.1.

This commit is contained in:
Gaetan Delannay 2013-03-25 16:38:52 +01:00
parent c87db8d167
commit e1e1b90921
184 changed files with 2708 additions and 40 deletions

View file

@ -1822,7 +1822,7 @@ class BaseMixin:
# Define the attributes that will initialize the ckeditor instance for
# this field.
field = self.getAppyType(name)
ckAttrs = {'toolbar': field.richText and 'AppyRich' or 'Appy',
ckAttrs = {'toolbar': 'Appy',
'format_tags': '%s' % ';'.join(field.styles),
'width': field.width}
if field.allowImageUpload: