Chris Lewis schrieb:
Hi Harald,

tapestry5-components has an editor component (which uses fck):

http://87.193.218.134:8080/t5components/t5c-commons/ref/org/apache/tapestry/commons/components/Editor.html

ty,

guess in writeScript():

_value = _value.replace('\r', '\\'); //this is needed for javascript to be able to extend a string across multiple lines _value = _value.replace("'", "'"); //this is needed because the string delimiter is ' for the script below

_value.replace should be better replaced by _value.replaceAll  ?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to