Rich text Editor Preview issue?

Hi,

I am trying to see text in preview mode but it is giving me error with below code:

$core_v2_editor.Render('PostBody', "%{Width='100%', Height='300px', Value=$body, ContentTypeId = $core_v2_forumThread.ContentTypeId}")

If I'm using normal code without optional fields it is working but with below code: 

$core_v2_editor.Render('PostBody')

This is working but not able to see File upload option under "Insert image/video/file".


Please help me out on this.

Thanks,
Rahul

Parents Reply
  • File uploading is subject to the content type being edited and content filtering rules. A content type must be provided to the $core_v2_editor.Render() that supports file embedding and enables file embedding through content filtering configuration.

    In File upload option, We're added content type. Let me explain more in this issue.
    Once users are on conversation page and click on new message then users are able to see file upload option under Insert menu but once users are replying on any conversation then they are not able to see upload option under same menu.

Children