[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

@ -199,7 +199,7 @@ class Page(ModelClass):
_appy_attributes = ['title', 'content', 'pages', 'parent', 'toTool3']
folder = True
title = gen.String(show='edit', multiplicity=(1,1), indexed=True)
content = gen.String(format=gen.String.XHTML, layouts='f', richText=True)
content = gen.String(format=gen.String.XHTML, layouts='f')
# Pages can contain other pages.
def showSubPages(self): pass
pages = gen.Ref(None, multiplicity=(0,None), add=True, link=False,