You need to sign in to do that
Don't have an account?

integrate CKEditor for a rich text in custom popup
I have integrate CKEditor for a richtext. Richtext is within a custom popup. Custom popup shows up with a click of a command button. On the custom popup, RichText is shown as a regular textbox and CKEditor is missing.
Please find the below code:
VisualForce Page:
Apex Controller:
I hope this information has been helpful in resolving your issue. Please be sure to mark a post that has been most helpful as “Best Answer” to help others in the community with similar questions.
Best Regards,
Nagendra.P
and Got the below output is this what should it show
for Controller :
Parameter = ApexPages.currentPage().getParameters().get('p7');
system.debug(Parameter);
Debug Logs shows :
16:51:33:009 VARIABLE_ASSIGNMENT [EXTERNAL]|this.Parameter|"This is a Rich Text \r\n"|0x21d10d23
How ever I dont see any Alert when I click on save button
Can you please clarify.
Debaranjan Ghosh