I installed ckEditor from the repository.When I try to use it with a simple SQLFORM like
def test():
form = SQLFORM.factory(
Field('requiredfield', required=True, notnull=True), Field('textfield', 'text', widget=ckeditor.widget) )
return dict(form=form)
I get a SyntaxError: Unexpected token ,
Anybody an idea what is going wrong?
Version 2.14.3