The RadEditor working a little better but the dialogs are all still crappy list the png. The position of the text was fixed by adding an EditorCssFile reference to the ribbon style sheet. The DialogsCssFile reference did not help but I believe it is correct.
<
telerik:RadEditor
ID
=
"TextEditor"
runat
=
"server"
ToolbarMode
=
"RibbonBar"
_ToolsFile
=
"~/Styles/Files/REditorTools.xml"
SkinID
=
"DefaultSetOfTools"
CssClass
=
"centered-editor"
DialogsCssFile
=
"~/Skins/Default/Widgets.Default.css"
DialogHandlerUrl
=
"~/Telerik.Web.UI.DialogHandler.axd"
SpellCheckSettings-AjaxUrl
=
"/Telerik.Web.UI.SpellCheckHandler.axd"
>
<
ImageManager
ViewPaths
=
"~/Customer/Files"
UploadPaths
=
"~/Customer/Files/New"
DeletePaths
=
"~/Customer/Files/New/Articles,~/Customer/Files/New/News"
/>
<
MediaManager
ViewPaths
=
"~/Customer/Files"
UploadPaths
=
"~/Customer/Files/New"
DeletePaths
=
"~/Customer/Files/Filesges/New/Articles,~/Customer/Files/New/News"
/>
<
FlashManager
ViewPaths
=
"~/Customer/Files"
UploadPaths
=
"~/Customer/Files/New"
DeletePaths
=
"~/Customer/Files/New/Articles,~/Customer/Files/Filesges/New/News"
/>
<
TemplateManager
ViewPaths
=
"~/Customer/Files"
UploadPaths
=
"~/Customer/Files/New"
DeletePaths
=
"~/Customer/Files/New/Articles,~/Customer/Files/New/News"
/>
<
DocumentManager
ViewPaths
=
"~/Customer/Files"
UploadPaths
=
"~/Customer/Files/New"
DeletePaths
=
"~/Customer/Files/New/Articles,~/Customer/Files/New/News"
/>
<
CssFiles
>
<
telerik:EditorCssFile
Value
=
"~/Styles/Skins/Common/EditorRibbonBar.css"
/>
</
CssFiles
>
</
telerik:RadEditor
>
The dialog problem must be style and image problem. The default skin is in ~/Styles/Skins/Default. The Widgets css references images such as "FileExplorer/FileExplorerToolbarSprites.png" which is in the same directory as the css.
Is there a way to tell the RadEditor where its css files and images are located or is there a default location in the website I can put the files so RadEditor will find them allowing me to get rid of the references?
I am unable to figure out how the skinning functionality works, the files do not seem to be brought into my website which they must eventually when I deploy. The css files and images were not in my MVC project or my pre-MVC ASP.NET project, all quite mysterious.
Please help, Thanks.