Hi guys
Here are some bugs / problems that I'm facing while using FCKeditor.
1. The table (inside the textarea) can't be aligned. It always remain as default left aligned.
2. I want to take out some buttons from the editor tool bar, I would like to know how.
3. I would like to change the language of this editor.
4. There is a problem with the color as well. Whatever color I put in the editor textarea, first two units of the hexacode becomes zero and third is replaced by the initial second unit on saving (on submit).
eg. #CCFF66 becomes #00CF66.
Any help would be extremely appreciated.
Thanks for ur time.
Regards.
Here are some bugs / problems that I'm facing while using FCKeditor.
1. The table (inside the textarea) can't be aligned. It always remain as default left aligned.
2. I want to take out some buttons from the editor tool bar, I would like to know how.
3. I would like to change the language of this editor.
4. There is a problem with the color as well. Whatever color I put in the editor textarea, first two units of the hexacode becomes zero and third is replaced by the initial second unit on saving (on submit).
eg. #CCFF66 becomes #00CF66.
Any help would be extremely appreciated.
Thanks for ur time.
Regards.
RE: Can anybody help ?
RE: Can anybody help ?
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["Basic"] = [
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
] ;
RE: Can anybody help ?
FCKConfig.CustomConfigurationsPath='FCKEditor/[customname]config.js'
and then entered the code as shown here into my [customname]config.js file.
This way, if new versions of FCKEditor are downloaded, only one entry needs to be hanged in the fckconfig.js file.
You do need to be careful about the brackets and commas and slashes and stuff. If you don't get that all perfectly correct, it won't work the way you want it.
RE: Can anybody help ?
Its giving all sorts of strange problems, like it is behaving differently on occasions. Like before doing the same actions I was unable to get rid of those extra menu buttons, and right now by doing the same thing they got disappeared.
One of the most cumbersome being its auto-modification of color codes. Each time I add a color for text or table background (as for example), I get a different color on save.
I was wondering how u guys are managing this editor. Is there anybody for whom it is working properly ?
RE: Can anybody help ?
we're currently using the most recent version with very few minor problems.
RE: Can anybody help ?
You should try to get the demos working well and from there understand what's going on and make your changes, customize the toolbar shouldn't take any time to do it.
RE: Can anybody help ?
While it is already difficult to get rid of existing problems, last night, suddenly the whole toolbar went missing. And its still missing. Besides behaving strangely on different occasions continue. I could get rid of few toolbar buttons, but while I tried again deleting some more toolbar stuffs, I failed, following the same steps.
I will try some more time, but if it continues to behave strangely (for me, I mean), I guess I will have to look for some other editor.
RE: Can anybody help ?
hi kigoobe. we're using an old version of the image browser as it suites our needs best. we don't allow image uploading through FCK just browsing. we have the users upload before hand so we can resize the images and copy them to the specific user directory. not sure about tabulated data.
you can see our setup here if you'd like.
http://login.nexuscms.com
user miker
RE: Can anybody help ?
user - miker
pass - winter22
and then click on one of the page titles to open FCK
RE: Can anybody help ?
Tx. In fact I was doing a mistake before, now that Friday evening has started and I can spend more time with the application, I have found that I had to do ctrl+F5 (I'm in IE) ch ... main reason of problem ...
I do have few more problems, I hope I will be able to cure them ...
BTW, When I log in to ur site, and click on 'Add new page', the page do no get loaded. Just for info.
Regards.
RE: Can anybody help ?
1. The table (inside the textarea) can't be aligned. It always remain as default left aligned.
2. I want to take out some buttons from the editor tool bar, I would like to know how.
3. I would like to change the language of this editor.
4. There is a problem with the color as well. Whatever color I put in the editor textarea, first two units of the hexacode becomes zero and third is replaced by the initial second unit on saving (on submit).
eg. #CCFF66 becomes #00CF66.
Now that I have found the mistakes that I was doing, and after going through the documents from the wiki site, I could solve the 2nd and 3rd points. 1st and 4th points, still exists though.
If anybody can through any light, that would be quite nice.
Tx.
RE: Can anybody help ?
use div align
there are 3 toolbar icons that are similar to word for aligning left center and right
i believe the tooltip says justify
RE: Can anybody help ?
With regards to colors, I don't see any problem, you should try with the provided example files, starting with the simple HTML and JS integration and check the output. Compare your results with the demo found at the site, they should work just the same. change to source mode and check that the hex code is correct just the same code that it's later saved as the final output.