i think the problem is these editors actually replace the textarea so it does not serialize when you are submitting via ajax.
-Thadeus On Sun, Jan 24, 2010 at 4:41 PM, selecta <[email protected]> wrote: > not an option i want wysiwyg, it seems to be possible so i want it > > On Jan 23, 5:59 pm, Thadeus Burgess <[email protected]> wrote: >> Have you ever thought of just using markdown/WIKI syntax and using a >> markdown editor such as WMD or others like it ? >> >> -Thadeus >> >> >> >> On Sat, Jan 23, 2010 at 6:54 AM, selecta <[email protected]> wrote: >> > Hi there, >> > I tried to usehttp://nicedit.com/andhttp://ckeditor.com/demoin my >> > project. Both work well when the form is submitted normally but both >> > do not work when the form is submitted via ajax (plug-in). On an ajax >> > submit the form content of the editor is always empty. Can you give me >> > assistance on how to make it work. >> > I could create a test project with that if it would help, but maybe >> > the answer is simpler, I would also use a different wysiwyg edit (as >> > long as it looks nice and has enough functions) >> >> > so far i found >> >http://nicedit.com/ >> >http://ckeditor.com/demo >> >http://jhtmlarea.codeplex.com/ >> >http://avidansoft.com/dsrte/index.php >> >http://www.upian.com/upiansource/ueditor/en >> > but i don't want to test them all since i expect that all of them will >> > have the same problem >> >> > Together with the html2makdown python module this would really come in >> > handy :) >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "web2py-users" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group >> > athttp://groups.google.com/group/web2py?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

