FckEditor doesnt return any value |
[eluser]Dsyfa[/eluser]
Hi, I was able to successfully integrate FckEditor into CI as a form helper extension with the help of this post, thanks to flyer. The problem I'm facing now is that I cant seem to retrieve the value - I get an empty string. Here's what I'm doing in my view file: Code: <? Code: $data[ 'intro_text' ] = htmlentities( $this->input->post( 'intro_text', true ) ); Where am I going wrong? Thanks
[eluser]Unknown[/eluser]
Using ajax? If so check this out: http://wiki.fckeditor.net/Troubleshootin...0a41253d76
[eluser]Dsyfa[/eluser]
No, I'm not using AJAX but I tried out the hack. It doesn't work |
Welcome Guest, Not a member yet? Register Sign In |