FCKeditor 2.1PR (Pico) and STYLE

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
Buletti
Posts: 43
Joined: Tue 27. Sep 2005, 10:51
Location: Hamburg / Berlin / Germany

FCKeditor 2.1PR (Pico) and STYLE

Post by Buletti »

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?
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

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 :wink:
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Buletti
Posts: 43
Joined: Tue 27. Sep 2005, 10:51
Location: Hamburg / Berlin / Germany

Post by Buletti »

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.
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

for editing the 'Styles' you have to modify the fckstyles.xml

Code: Select all

<Style name="StyleName" >
		<Attribute name="HTML-Attribute" value="ValueForAttribute;" />
                ....
	</Style>
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 :P
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Post Reply