[web2py] Rich Text

2016-02-23 Thread Fabiano Almeida
Hi all, How field type is used to store rich text (with formatting, table, figure) in db? How to use ckEditor or other rich text editor in web2py? Thanks, Fabiano. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Rich text in text fields

2013-10-17 Thread Johann Spies
I suspect it is possible to use a markmin javascript editor (like the one in the web2py's builtin wiki) to edit forms and save those fields as containing markmin syntax. I want to enable users to use stuff like bold/italic words/phrases in text fields. How do I go about achieving that? Regards