Yes it is related to adobe experience manager. I have found a solution in the url: Configuring the Rich Text Editor , but i am not getting after adding richTextBox node, is there any configuration is required to use it in my dialog js file.
I have added richTextBox in my xtype js file where I have added paraformat plugin. Here below is my code for that ; "rtePlugins" :{ "edit" : { "features" : ['cut', 'copy', 'paste-plaintext'] }, ...