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())}}

