Hi,
Can you please answer to the following queries related to Prometheus Rad Editor.
1. I'm using the Prometheus Rad Editor control in my page. I have set the skin property to "Monochrome". I'm trying to override the backcolor property but doesn't make any difference. For your reference the following is the code snippet which I'm using to achieve this.
RadEditor NRadEditor = new RadEditor();
NRadEditor.ID = CtrlName;
NRadEditor.StripFormattingOptions = EditorStripFormattingOptions.NoneSupressCleanMessage;
NRadEditor.Skin = "Monochrome";
NRadEditor.BackColor = Color.White;
2. In the Prometheus Rad Editor when I tired to set hyperlink for a selected text by using "Hyperlink Manager" icon from the toolbar I'm getting an error "Web.Config Registration Missing!".
Can you please reply me at the earliest to resolve the above errors?
Thanks in advance,
Reethish