I have played with the DOJO control for a rich text control, but it is missing some features. I use FCKEditor on my forms now and would like to continue to use it in my xPage designs. I have tried adding the main js as a resource to the xPage, but get an error, when running a load event for the the editor.
var oFCKeditor = new FCKeditor( ‘view:_id1:_id2:ContentArea:_id5:contentrtf’ ) ;
oFCKeditor.BasePath = /FCKeditor/ ; oFCKeditor.ReplaceTextarea()
Error:
Error while executing JavaScript action expression
Script interpreter error, line=1, col=22: Reference error: ‘FCKeditor’ not found
Anyone have any ideas or have you been able to get this to work?
Thanks, Darin