Welcome Guest, Not a member yet? Register   Sign In
FCKEditor text validation and html tags problem
#3

[eluser]Flemming[/eluser]
I just came across the same problem - if my form fails validation, I get the contents of the FCK text area displayed with HTML entities.

The solution above from Glen fixed it! example (where 'description' is the name of the text area):

Code:
if ($this->validation->run() == FALSE) {
$this->fckeditor->Value = html_entity_decode($this->validation->description);
}


Messages In This Thread
FCKEditor text validation and html tags problem - by El Forum - 07-25-2007, 07:19 AM
FCKEditor text validation and html tags problem - by El Forum - 07-25-2007, 10:07 AM
FCKEditor text validation and html tags problem - by El Forum - 06-13-2008, 06:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB