This is a migrated thread and some comments may be shown as answers.

Radeditor Q1 2014

1 Answer 36 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 28 Feb 2015, 10:39 PM
I am using RadEditor asp.net ajax and I can get the media manager to return an image to the preview window it will not display no matter what I am making a bespoke cms for profiles and  need an answer to this I have included how i have setup my editor in the aspx page
     <telerik:RadEditor ID="rdAbout" Runat="server">
                            <Tools>
                                <telerik:EditorToolGroup Tag="MainToolbar">
                                    <telerik:EditorTool Name="XhtmlValidator" />
                                    <telerik:EditorTool Name="PageProperties" />
                                    <telerik:EditorTool Name="StyleBuilder" />
                                    <telerik:EditorTool Name="TrackChangesDialog" />
                                    <telerik:EditorTool Name="FormatCodeBlock" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="InsertImage" />
                                    <telerik:EditorTool Name="InsertLink" />
                                    <telerik:EditorTool Name="InsertTableLight" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorToolStrip Name="InsertFormElement">
                                    </telerik:EditorToolStrip>
                                    <telerik:EditorTool Name="InsertFormForm" />
                                    <telerik:EditorTool Name="InsertFormButton" />
                                    <telerik:EditorTool Name="InsertFormCheckbox" />
                                    <telerik:EditorTool Name="InsertFormHidden" />
                                    <telerik:EditorTool Name="InsertFormPassword" />
                                    <telerik:EditorTool Name="InsertFormRadio" />
                                    <telerik:EditorTool Name="InsertFormReset" />
                                    <telerik:EditorTool Name="InsertFormSelect" />
                                    <telerik:EditorTool Name="InsertFormSubmit" />
                                    <telerik:EditorTool Name="InsertFormTextarea" />
                                    <telerik:EditorTool Name="InsertFormText" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="StripAll" />
                                    <telerik:EditorTool Name="StripCss" />
                                    <telerik:EditorTool Name="StripFont" />
                                    <telerik:EditorTool Name="StripSpan" />
                                    <telerik:EditorTool Name="StripWord" />
                                    <telerik:EditorToolStrip Name="FormatStripper">
                                    </telerik:EditorToolStrip>
                                </telerik:EditorToolGroup>
                                <telerik:EditorToolGroup Tag="InsertToolbar">
                                    <telerik:EditorTool Name="AjaxSpellCheck" />
                                    <telerik:EditorTool Name="ImageManager" ShortCut="CTRL+M" />
                                    <telerik:EditorTool Name="SetImageProperties" />
                                    <telerik:EditorTool Name="ImageMapDialog" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="FlashManager" />
                                    <telerik:EditorTool Name="MediaManager" />
                                    <telerik:EditorTool Name="InsertExternalVideo" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="DocumentManager" />
                                    <telerik:EditorTool Name="TemplateManager" />
                                    <telerik:EditorTool Name="SilverlightManager" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorToolStrip Name="InsertTable">
                                    </telerik:EditorToolStrip>
                                    <telerik:EditorTool Name="InsertRowAbove" />
                                    <telerik:EditorTool Name="InsertRowBelow" />
                                    <telerik:EditorTool Name="DeleteRow" />
                                    <telerik:EditorTool Name="InsertColumnLeft" />
                                    <telerik:EditorTool Name="InsertColumnRight" />
                                    <telerik:EditorTool Name="DeleteColumn" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="MergeColumns" />
                                    <telerik:EditorTool Name="MergeRows" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="SplitCell" />
                                    <telerik:EditorTool Name="SplitCellHorizontal" />
                                    <telerik:EditorTool Name="DeleteCell" />
                                    <telerik:EditorTool Name="SetCellProperties" />
                                    <telerik:EditorTool Name="SetTableProperties" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorSplitButton Name="InsertSymbol">
                                    </telerik:EditorSplitButton>
                                </telerik:EditorToolGroup>
                                <telerik:EditorToolGroup>
                                    <telerik:EditorSplitButton Name="Undo">
                                    </telerik:EditorSplitButton>
                                    <telerik:EditorSplitButton Name="Redo">
                                    </telerik:EditorSplitButton>
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="Cut" />
                                    <telerik:EditorTool Name="Copy" />
<telerik:EditorTool Name="Paste" ShortCut="CTRL+!"></telerik:EditorTool>
<telerik:EditorTool Name="PasteMarkdown"></telerik:EditorTool>
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="PasteFromWord" />
                                    <telerik:EditorTool Name="PasteFromWordNoFontsNoSizes" />
                                    <telerik:EditorTool Name="PastePlainText" />
                                    <telerik:EditorTool Name="PasteAsHtml" />
                                    <telerik:EditorTool Name="PasteHtml" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="Print" />
                                    <telerik:EditorTool Name="FindAndReplace" />
                                    <telerik:EditorTool Name="SelectAll" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="InsertGroupbox" />
                                    <telerik:EditorTool Name="InsertParagraph" />
                                    <telerik:EditorTool Name="InsertHorizontalRule" />
                                    <telerik:EditorSplitButton Name="InsertSnippet">
                                    </telerik:EditorSplitButton>
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="InsertDate" />
                                    <telerik:EditorTool Name="InsertTime" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="AboutDialog" />
                                    <telerik:EditorTool Name="Help" />
                                    <telerik:EditorTool Name="ToggleScreenMode" />
                                </telerik:EditorToolGroup>
                                <telerik:EditorToolGroup>
                                    <telerik:EditorTool Name="Bold" />
                                    <telerik:EditorTool Name="Italic" />
                                    <telerik:EditorTool Name="Underline" />
                                    <telerik:EditorTool Name="StrikeThrough" />
                                    <telerik:EditorSplitButton Name="ForeColor">
                                    </telerik:EditorSplitButton>
                                    <telerik:EditorSplitButton Name="BackColor">
                                    </telerik:EditorSplitButton>
                                    <telerik:EditorTool Name="FormatPainter" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="JustifyLeft" />
                                    <telerik:EditorTool Name="JustifyCenter" />
                                    <telerik:EditorTool Name="JustifyRight" />
                                    <telerik:EditorTool Name="JustifyFull" />
                                    <telerik:EditorTool Name="JustifyNone" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="Superscript" />
                                    <telerik:EditorTool Name="Subscript" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="ConvertToLower" />
                                    <telerik:EditorTool Name="ConvertToUpper" />
                                    <telerik:EditorTool Name="Indent" />
                                    <telerik:EditorTool Name="Outdent" />
                                    <telerik:EditorTool Name="InsertOrderedList" />
                                    <telerik:EditorTool Name="InsertUnorderedList" />
                                    <telerik:EditorTool Name="AbsolutePosition" />
                                    <telerik:EditorTool Name="LinkManager" />
                                    <telerik:EditorTool Name="Unlink" />
                                    <telerik:EditorTool Name="SetLinkProperties" />
                                    <telerik:EditorTool Name="ToggleTableBorder" />
                                </telerik:EditorToolGroup>
                                <telerik:EditorToolGroup Tag="DropdownToolbar">
                                    <telerik:EditorDropDown Name="FontName">
                                    </telerik:EditorDropDown>
                                    <telerik:EditorDropDown Name="FontSize">
                                    </telerik:EditorDropDown>
                                    <telerik:EditorDropDown Name="RealFontSize">
                                    </telerik:EditorDropDown>
                                    <telerik:EditorDropDown Name="ApplyClass">
                                    </telerik:EditorDropDown>
                                    <telerik:EditorDropDown Name="InsertCustomLink">
                                    </telerik:EditorDropDown>
                                    <telerik:EditorDropDown Name="FormatBlock">
                                    </telerik:EditorDropDown>
                                    <telerik:EditorTool Name="FormatSets" />
                                    <telerik:EditorDropDown Name="Zoom">
                                    </telerik:EditorDropDown>
                                </telerik:EditorToolGroup>
                            </Tools>
                            <Content>
</Content>
 
                            <ImageManager DeletePaths="~\Uploads" EnableAsyncUpload="True" UploadPaths="~\Uploads\" ViewPaths="~\Uploads\" MaxUploadFileSize="1204800" />
                            <DocumentManager DeletePaths="~\Uploads" UploadPaths="~\Uploads" ViewPaths="~\Uploads" />
                            <FlashManager SearchPatterns="~\Uploads\" UploadPaths="~\Uploads\" ViewPaths="~\Uploads\" />
                            <MediaManager DeletePaths="~\Uploads" UploadPaths="~\Uploads\" MaxUploadFileSize="1204800" SearchPatterns="~\Uploads\" ViewPaths="~\Uploads\" />
 
<TrackChangesSettings CanAcceptTrackChanges="False"></TrackChangesSettings>
                        </telerik:RadEditor>

Even if i open the image editor as well it does not show the image in the preview tab i do not no what is the issue here

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 04 Mar 2015, 12:20 PM
Hello David,

It is the Image Manager that supports Images. The Media Manager is a File Browser dialog for video, flash etc. resources.

Could you please define what exactly is the problem? Without further details I can only guess why the Media Manager should show pictures. Some snapshots, also, might be helpful to define what the problem is.

Regards,
Ianko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Ajax
Asked by
David
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or