DotNetNuke.RadEditorProvider The given key was not present in the dictionary.
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I am attempting to GetDialogDefinition for the ImageManager & such that to set the width and height of the Dialog/ImageManager.ascx
It seems that the bag she is empty... Basically, i have found the RadEditor control and used this suggested pattern within a pre-render event to set the ImageManager control.
Telerik.Web.UI.DialogDefinition ImageManager = foundRadEditorControl.GetDialogDefinition("ImageManager");ImageManager.Height = Unit.Pixel(500);ImageManager.Width = Unit.Pixel(1020);
Any suggestions on setting those values are appreciated.
Cheers,