[gen] Integrated ckeditor 4.1.
This commit is contained in:
parent
c87db8d167
commit
e1e1b90921
184 changed files with 2708 additions and 40 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue