I just installed the new version of the FCK and changed the fckonfig.js like it is written in the
http://www.peperkorn-online.de/fckeditor.phtml
but it did not work.
Is there anyone who fixed this problem?
FCKeditor 2.1PR (Pico) and STYLE
Hi
if you have installed my (pico's Version) then you have to
was steht da in rot ? ganz groß ?
http://www.phpwcms.de/forum/viewtopic.php?p=48531#48531
read the Readme-phpWCMS.txt in the Pakage -
and do what there is described!
Bitte das Readme-phpWCMS.txt im Paket lesen !
Wer lesen kann ist klar im Vorteil
if you have installed my (pico's Version) then you have to
was steht da in rot ? ganz groß ?
http://www.phpwcms.de/forum/viewtopic.php?p=48531#48531
read the Readme-phpWCMS.txt in the Pakage -
and do what there is described!
Bitte das Readme-phpWCMS.txt im Paket lesen !
Wer lesen kann ist klar im Vorteil

Ja Ja - wer den Spott hat....
Once again
I installed the Pico FCK and changed everything like it is written in the
read the Readme-phpWCMS.txt
and it worked fine.
But it is written also at
http://www.peperkorn-online.de/fckeditor.phtml
that you can add in the FCK a style-drop-down-menue.
After I just added the 'Style'-Thing in the fcKonfig.js
the FCK-Editor did not start up again. I tried it twice.
So, withe the old FCKEditor the 'Style'-thing works and withe the new FCK-Pico-Editor it diesn't. That's the question.
Once again
I installed the Pico FCK and changed everything like it is written in the
read the Readme-phpWCMS.txt
and it worked fine.
But it is written also at
http://www.peperkorn-online.de/fckeditor.phtml
that you can add in the FCK a style-drop-down-menue.
After I just added the 'Style'-Thing in the fcKonfig.js
the FCK-Editor did not start up again. I tried it twice.
So, withe the old FCKEditor the 'Style'-thing works and withe the new FCK-Pico-Editor it diesn't. That's the question.
Hi
for editing the 'Styles' you have to modify the fckstyles.xml
see in the fckstyles.xml and you will understand 
if you do there a Error - it's right that FCK will not start - look at the Javascript-Console and you will see the Problem.
To get 'Style' in the toolbar add 'Style' in both ToolbarSets "phpwcms" and "NewToolbarClose"
and always clear your Browser Cache
for editing the 'Styles' you have to modify the fckstyles.xml
Code: Select all
<Style name="StyleName" >
<Attribute name="HTML-Attribute" value="ValueForAttribute;" />
....
</Style>

if you do there a Error - it's right that FCK will not start - look at the Javascript-Console and you will see the Problem.
To get 'Style' in the toolbar add 'Style' in both ToolbarSets "phpwcms" and "NewToolbarClose"
and always clear your Browser Cache
