[web2py] Re: Editor for textarea fields?

2011-12-18 Thread LightDot
I have been using WYMeditor as WYSIWYM (What You See is What You Mean) 
editor and it works quite nicely with some tweaking.

https://github.com/wymeditor/wymeditor is where all the action is, their 
web page is outdated.

Perhaps this is because of all the problems from the times when WYSIWYG 
editors were a horrible mess, but I prefer this approach over WYSIWYG.

[web2py] Re: Editor for textarea fields?

2011-12-18 Thread Anthony
Are you looking for a WYSIWYG editor? Nothing built in, but there are some 
plugins:

https://bitbucket.org/PhreeStyle/web2py_ckeditor/src
https://github.com/rochacbruno/Movuca/blob/master/modules/plugin_ckeditor.py 
 (based on the one above)
http://dev.s-cubism.com/plugin_elrte_widget

It's also not too difficult to hook up any available JS editor for use with 
web2py.

Anthony

On Sunday, December 18, 2011 11:15:25 AM UTC-5, lyn2py wrote:
>
> Hi is there a built-in editor for textarea fields that can be used?
>
> Thanks!
>