Hey guys i need to use FCK posted as an array because the description field is autogenerated (if needed) by the user a number infit of times. The forme works greate but because of the way FCK was build, i am having a hard time making it possible.
$oFCKeditor = new FCKeditor('texte[]') ;
WORKS: id="texte[]"
WORKS: name="texte[]"
FAIL: id="texte[]___Config"
FAIL: id="texte[]___Frame"
FAIL: src="editor/fckeditor.html?InstanceName=texte[]&Toolbar=Basic"
How can i work arround those fails?
$oFCKeditor = new FCKeditor('texte[]') ;
WORKS: id="texte[]"
WORKS: name="texte[]"
FAIL: id="texte[]___Config"
FAIL: id="texte[]___Frame"
FAIL: src="editor/fckeditor.html?InstanceName=texte[]&Toolbar=Basic"
How can i work arround those fails?