Making Rich Text Field Read only to make Hyperlinks clickable?

I am new to Cuba - I want to be able to create text description fields with embedded hyperlinks. In the Rich Text field the hyperlinks I have embedded are inactive but I believe the field is still in edit mode. How can I display the RT field as read only so the the hyperlinks are clickable.??

Hi,

You can use richTextArea.setEditable(false) method in screen controller or editable=“false” in screen descriptor to set read-only mode for RichTextArea.

You can read more about the editable attribute in the documentation.

Regards,

Gleb