I was wondering which is the best option to make textfields editable. Is there a built in Helper in cakephp that I am missing here? I am sure there have been many implementations of a html editor so I am interested in seeing what the best options are, that you are using?
Rich editable textareas aren’t really a PHP thing, and so CakePHP doesn’t have anything built in. I normally use tinyMCE or CkEditor, but there are a number of very good ones available these days.