Just to save you a little bit of time: def advanced_editor(field, value): return TEXTAREA(_id=str(field).replace('.', '_'), _name=field.name,_class ='text ckeditor', _contenteditable='true', _toolbarStartupExpanded='false' , value=XML(value), _cols=80)
Field('description','text',widget=advanced_editor ), .....description.represent = lambda v, r: XML(v); On Thursday, 16 January 2014 17:23:18 UTC+10, weheh wrote: > > Good to hear that, since I just downloaded it. THANKS. Any more opinions? > > On Thursday, January 16, 2014 2:18:35 PM UTC+8, Simon Ashley wrote: >> >> +1 CKeditor seems to work fine, generically linked to text based widgets >> in models. No heavy demands/ extensions through. >> > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.