Thursday, October 25, 2012

Best rich text editor for web2py- fckeditor.

Best rich text editor for web2py- fckeditor,

which when edit source, pretty prints the source html tags.


https://bitbucket.org/PhreeStyle/web2py_ckeditor/wiki/Home





2
how to change web2py sqlform widget JIT.

http://web2py.com/book/default/chapter/07


Widgets can also be assigned to fields a posteriori:
db.mytable.myfield.widget = SQLFORM.widgets.string.widget
Sometimes widgets take additional arguments and one needs to specify their values. In this case one can use lambda



db.mytable.myfield.widget = SQLFORM.widgets.string.widget
form = SQLFORM(db.mytable)

No comments:

Post a Comment