To integrate text editor in RASD you can use CKEditor. CKEditor is added to RASD JS libs.
To integrate it you must:
1: Create TEXTAREA field on block B10 - sample named EDITOR 2: Add code in -> "CSS, JS source" -> tab "Form CSS, JS" -> select "FORM_JS" and add code:
$(function() { CKEDITOR.replace("B10EDITOR_1_RASD"); });
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
To integrate text editor in RASD you can use CKEditor. CKEditor is added to RASD JS libs.
To integrate it you must:
1: Create TEXTAREA field on block B10 - sample named EDITOR
2: Add code in -> "CSS, JS source" -> tab "Form CSS, JS" -> select "FORM_JS" and add code:
$(function() {
CKEDITOR.replace("B10EDITOR_1_RASD");
});