Hi,
I am having an issue getting the dialogs to work for the RadEditor. When I click one of the icons that use Dialogs I get the dialog but the "Insert" button does nothing. I added the path properties to the RadEditor and added images to those folders. The dialog that shows has the formatted columns and the "insert" button but nothing else.
<telerik:RadEditor>
runat="server" DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd" Skin="Default" AllowScripts="true" EditModes="All" AutoResizeHeight="true" EnableResize="true" ImageManager-UploadPaths="~/Content/images/pages" DocumentManager-UploadPaths="~/Content/images/pages" MediaManager-UploadPaths="~/Content/images/pages" TemplateManager-UploadPaths="~/Content/images/pages"> <Content> </Content> <ImageManager UploadPaths="~/Content/images/pages" /> <DocumentManager UploadPaths="~/Content/images/pages" ViewPaths="~/Content/images/pages" /> <MediaManager UploadPaths="~/Content/images/pages" /> <TemplateManager UploadPaths="~/Content/images/pages" /> <CssFiles> <telerik:EditorCssFile Value="~/Content/css/EditorContentArea.css" /> </CssFiles>
</telerik:RadEditor>
Are there any links you can share that shows how to complete this task?
Thanks,
Reid
