This archive contains a preview version of the RadEditor Prometheus provider for DotNetNuke.
The provider is built using DotNetNuke 4.8.0 and RadControls for ASP.NET Ajax 2007.03.1425.20
The provider is distributed in the form of a module PA (zip archive).



Installation Instructions (automatic):
1. Install the the module in your DotNetNuke site by uploading the PA file from the module definitions page. You need to be logged in as host in order to do that.
2. While still logged in as host, add the TelerikWebUI module to a page and click the "Enable" button to enable the editor in the web.config file.
3. Delete the TelerikWebUI module from the page (it is not needed after you have enabled the editor).




Installation Instructions (manual):
1. Extract the module archive to a convenient location.
2. Copy the DLL files (Telerik.Charting.dll and Telerik.Web.UI.dll) into your DotNetNuke website's BIN folder
3. Copy the RadEditorProvider.vb file to the DotNetNuke website's App_Code folder
4. Extract the Resources.zip archive into a folder called "TelerikWebUI" in the DotNetNuke website's DesktopModules folder. The TelerikWebUI folder should contain: 
	a) RadSpell folder with the spellchecking dictionaries
	b) EditorOverride.css
	c) Telerik.RadUploadProgressHandler.ashx
	d) Telerik.Web.UI.DialogHandler.aspx
	e) Telerik.Web.UI.SpellCheckHandler.ashx

After you have copied all files and folders to the appropriate locations, open the DNN web.config file and enable the provider:

    <htmlEditor defaultProvider="RadEditorProvider">
      <providers>
        <clear />
        <add name="RadEditorProvider" type="Telerik.DNN.Providers.RadEditorProvider" providerPath="~/DesktopModules/TelerikWebUI" AutoCreatePaths="true" />
...
      </providers>
    </htmlEditor>

