Re: [web2py] Re: Rich Text

2016-02-24 Thread Fabiano Almeida
Thanks Leonel! 2016-02-24 7:33 GMT-03:00 Leonel Câmara : > Use Tim's plugin it works great > > https://github.com/timrichardson/web2py_ckeditor4 > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py

[web2py] Re: Rich Text

2016-02-24 Thread Leonel Câmara
Use Tim's plugin it works great https://github.com/timrichardson/web2py_ckeditor4 -- 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

Re: [web2py] Re: Rich text in text fields

2013-10-31 Thread Johann Spies
Thanks Tim and Anthony. I have installed CKeditor and it works very nicely. Regards Johann On 18 October 2013 16:59, Anthony abasta...@gmail.com wrote: This (advanced_editor) is not documented in the book as far as I can see. See the end of this

Re: [web2py] Re: Rich text in text fields

2013-10-18 Thread Johann Spies
Thanks Tim and Anthony. I will first try Anthony's suggestion. This (advanced_editor) is not documented in the book as far as I can see. Regards Johann On 18 October 2013 05:28, Anthony abasta...@gmail.com wrote: db.email_prefs.email_order_**received.widget = advanced_editor Now, this

Re: [web2py] Re: Rich text in text fields

2013-10-18 Thread Anthony
This (advanced_editor) is not documented in the book as far as I can see. See the end of this sectionhttp://web2py.com/books/default/chapter/29/07/forms-and-validators#Widgetsfor a custom widget example. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: Rich text in text fields

2013-10-18 Thread rochacbruno
I forked PhreeStyle plugin and did some changes https://github.com/rochacbruno/web2py_ckeditor I dont know if still works with recent web2py versions, can somebody test it? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source

[web2py] Re: Rich text in text fields

2013-10-17 Thread Tim Richardson
You can use ckedit. There is a plugin available, but I only discovered that after setting up ckedit manually. These are the manual steps, but the plugin is worth investigating. 1. Download it and put it in the static directory of your app. I put it in js (as a directory inside the js

[web2py] Re: Rich text in text fields

2013-10-17 Thread Anthony
db.email_prefs.email_order_received.widget = advanced_editor Now, this will un-lazy your table since the model will access it on each execution If you don't want to un-lazy the table definition, instead of: db.email_prefs.email_order_received.widget = advanced_editor just do: