Hello! For some reason FCKeditor is not working on FireFox. I've noticed that in my javascript console there is an error that says "Error: this.DOMDocument has no properties
Source File: http://www.prendete.net/articulos/FCKed ... gecko_2.js
Line: 22"
It works ok on IE, and i open it on my computer locally and it works on my firefox, but when i upload it on my server, it doesn't work. The only thing that appears is a simple textbox.
So i was wondering if there is any way i can fix this, or is it something to do with my server. Thanks in advance for any help!!! Bye!
Tue, 01/24/2006 - 09:57
#1
RE: FCK not working with FireFox, DOMDocument
it's me again, to see an example of what i'm talking about, i uploaded the samples folder so go to... http://www.prendete.net/articulos/FCKeditor/_samples/
I'm running it with php
RE: FCK not working with FireFox, DOMDocument
So this is what i did, i edited my fckconfig.js to make it look like what's below.
FCKConfig.ToolbarSets["Default"] = [
['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak','UniversalKey'],
['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
'/',
['Style','FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['About']
] ;
FCKConfig.ToolbarSets["Daniel"] = [
['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak','UniversalKey'],
['FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['About']
] ;
I HOPE THIS WILL HELP !!!!!!!!!!
RE: FCK not working with FireFox, DOMDocument
Hmmmm, the '/' makes a line break in the tool bar.
Insert one, and test.
Works for me!
But, if it solves your problem, go for it!
Johnny