In my case we installed the framework 2.0 after the 1.1 version.
With the 1.1 version nothing was working, with 2.0 it's working with error messages at the bottom :
On the homepage we have this message :
spm_initMyMenu(null,
spm_getById('dnn_ctr386_dnnACTIONS_ctlActions'));function
onxmlloaddnn_ctr386_dnnACTIONS_ctlActions() {return
m_oSolpartMenu['dnn_ctr386_dnnACTIONS_ctlActions'].onXMLLoad();}>
When we try to edit the central text, we have this message at the bottom :
if (window.FTB_AddEvent) { FTB_AddEvent(window,'load',function () {
FTB_API['dnn_ctr385_EditHTML_teContent_teContent'] = new
FTB_FreeTextBox('dnn_ctr385_EditHTML_teContent_teContent', true, false,
new Array( new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Bold','bold',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Italic','italic',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Underline','underline',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_StrikeThrough','strikethrough',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_SuperScript','superscript',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_SubScript','subscript',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_RemoveAllFormatting','removeformat',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_JustifyLeft','justifyleft',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_JustifyCenter','justifycenter',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_JustifyRight','justifyright',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_JustifyFull','justifyfull',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_BulletedList','insertunorderedlist',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_NumberedList','insertorderedlist',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Indent','indent',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Outdent','outdent',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Cut','cut',function()
{ this.ftb.Cut(); },null,true,null), new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Copy','copy',function()
{ this.ftb.Copy(); },null,true,null), new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Paste','paste',function()
{ this.ftb.Paste(); },null,true,null), new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Delete','',function()
{ this.ftb.DeleteContents(); },null,false,null), new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Undo','undo',function()
{ this.ftb.Undo(); },null,false,function() {
this.disabled=!this.ftb.CanUndo(); }), new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Redo','redo',function()
{ this.ftb.Redo(); },null,false,function() {
this.disabled=!this.ftb.CanRedo(); }), new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_InsertRule','inserthorizontalrule',null,null,false,null),
new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_InsertDate','',function()
{ var d = new Date();this.ftb.InsertHtml(d.toLocaleDateString());
},null,false,null), new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_InsertTime','',function()
{ var d = new Date();this.ftb.InsertHtml(d.toLocaleTimeString());
},null,false,null), new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_CreateLink','createlink',function()
{ this.ftb.CreateLink(); },null,false,null), new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Unlink','unlink',null,null,false,function()
{ this.disabled = !(this.ftb.GetParentElement().tagName.toLowerCase()
== 'a') }), new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_InsertImageFromGallery','',function()
{ this.ftb.InsertImageFromGallery(); },null,false,null), new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_InsertTable','',function()
{ this.ftb.InsertTableWindow(); },null,false,null), new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Preview','',function()
{ this.ftb.Preview(); },null,true,null), new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_SelectAll','',function()
{ this.ftb.SelectAll(); },null,true,null), new
FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_CleanMSWordHTML','',function()
{ wordContent = this.ftb.designEditor.document.body.innerHTML;
wordContent = String(wordContent).replace(/ class=[^\s|>]*/gi,'');
wordContent = String(wordContent).replace(/ style=\'[^>]*\'/gi,'');
wordContent = String(wordContent).replace(/ align=[^\s|>]*/gi,'');
wordContent = String(wordContent).replace(/
]*>/gi,'
'); wordContent = String(wordContent).replace(/]*>/gi,'');
wordContent = String(wordContent).replace(/]*>/gi,''); wordContent =
String(wordContent).replace(/
]*>/gi,'
o '); wordContent = String(wordContent).replace(/]*>/gi,'
o ');
wordContent = String(wordContent).replace(//gi,''); wordContent =
String(wordContent).replace(/<\/b>/gi,''); wordContent =
String(wordContent).replace(//gi,''); wordContent =
String(wordContent).replace(/<\/em>/gi,''); wordContent =
String(wordContent).replace(/<\?xml:[^>]*>/g, ''); wordContent
= String(wordContent).replace(/<\/?st1:[^>]*>/g,'');
wordContent =
String(wordContent).replace(/<\/?[a-z]\:[^>]*>/g,'');
wordContent =
String(wordContent).replace(/<\/?span[^>]*>/gi,'');
wordContent =
String(wordContent).replace(/<\/?div[^>]*>/gi,''); wordContent
= String(wordContent).replace(/<\/?font[^>]*>/gi,'');
wordContent =
String(wordContent).replace(/<\/?pre[^>]*>/gi,''); wordContent
= String(wordContent).replace(/<\/?h[1-6][^>]*>/gi,'');
this.ftb.designEditor.document.body.innerHTML = wordContent;
},null,false,null) ), new Array( new
FTB_DropDownList('dnn_ctr385_EditHTML_teContent_teContent_StylesMenu','',function()
{
this.ftb.SetStyle(this.list.options[this.list.options.selectedIndex].value);
},function() { return this.ftb.GetStyle(); },null), new
FTB_DropDownList('dnn_ctr385_EditHTML_teContent_teContent_Paragraph','formatBlock',null,null,null),
new
FTB_DropDownList('dnn_ctr385_EditHTML_teContent_teContent_Font','fontname',null,null,null),
new
FTB_DropDownList('dnn_ctr385_EditHTML_teContent_teContent_Size','fontsize',null,null,null),
new
FTB_DropDownList('dnn_ctr385_EditHTML_teContent_teContent_Color','forecolor',null,null,null),
new
FTB_DropDownList('dnn_ctr385_EditHTML_teContent_teContent_Highlight','backcolor',null,null,null),
new
FTB_DropDownList('dnn_ctr385_EditHTML_teContent_teContent_SymbolsMenu','',function()
{
this.ftb.InsertHtml(this.list.options[this.list.options.selectedIndex].value);
},null,null) ), FTB_BREAK_P, FTB_PASTE_DEFAULT, FTB_TAB_INSERTSPACES,
FTB_MODE_DESIGN, null, '', '', '',
'/test/Providers/HtmlEditorProviders/Ftb3HtmlEditorProvider/ftb3/ftb.imagegallery.aspx?cif=~/Portals/3/&rif=~/Portals/3/&portalid=3',
'~/images/', false, 21, 20 ); });
//FTB_API['dnn_ctr385_EditHTML_teContent_teContent'].Initialize(); }
else { ed =
document.getElementById('dnn_ctr385_EditHTML_teContent_teContent_designEditor').contentWindow;ed.document.open();
ed.document.write('FreeTextBox has not been correctly installed. To
install FreeTextBox either:
(1) add a reference to FtbWebResource.axd in web.config:
<system.web>
<httpHandlers>
<add verb="GET"
path="FtbWebResource.axd"
type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
</httpHandlers>
</system.web>
(2)
Save the FreeTextBox image and javascript files to a location on your
website and set up FreeTextBox as follows
<FTB:FreeTextBox id="FreeTextBox1" SupportFolder="ftbfileslocation"
JavaScriptLocation="ExternalFile" ButtonImagesLocation="ExternalFile"
ToolbarImagesLocation="ExternalFile"
ButtonImagesLocation="ExternalFile" runat="server"
/>');ed.document.close(); } >
Should i try a brand new installation ?