http://www.web2pyslices.com/slice/show/1345/using-ckeditor-for-text-fields
Ovidio Marinho Falcao Neto
Web Developer
[email protected]
[email protected]
ITJP - itjp.net.br
83 8826 9088 - Oi
83 9334 0266 - Claro
Brasil
2012/4/1 Hassan Alnatour <[email protected]>
> Dear ALL ,
>
> i am trying to use the edit in place method in ckeditor but , i need an
> example of how to make the function the refers to from the url() , as i
> understand i need to make a function the saves the content in the database
> but its w textarea how can i get the text in the controller
>
>
> To make this content editable, all it takes is the following line in the
> view:
>
> {{=ckeditor.edit_in_place('.editable', URL())}}
>
>