Hi there,
I have just recently begun to implement the fck on a website i am developing however i would like to add a new text type to the format dropdown.
i have added the following lines to FCKconfig.js
i then apply a css style to 'redh1'
Now this all works beutifully EXCEPT in the format dropdown the "red" is prefixed with "_FCK_" is there any possible way to remove this?
I have just recently begun to implement the fck on a website i am developing however i would like to add a new text type to the format dropdown.
i have added the following lines to FCKconfig.js
157 FCKConfig.FontFormats = 'p;h1;h2;h3;Red' ;
229// Basic Block Styles (Font Format Combo).
230 'p' : { Element : 'p' },
231 'div' : { Element : 'div' },
232 'pre' : { Element : 'pre' },
233 'address' : { Element : 'address' },
234 'h1' : { Element : 'h1' },
235 'Red' : { Element : 'h1', Attributes : { 'class' : 'redh1'} },
i then apply a css style to 'redh1'
Now this all works beutifully EXCEPT in the format dropdown the "red" is prefixed with "_FCK_" is there any possible way to remove this?
