[Typo3-UG Dutch] richt text editor configuration

Daniel Doesburg typo3 at doesburg.biz
Sat Mar 19 16:47:04 CET 2005


Hoi Paul,

Kijk eens in de handleiding van Marlies. Volgens mij zijn dit juist de 
zaken die zij daar beschrijft.


Succes,

Daniel




Paul schreef:
> Hallo,
> 
> Hoe kan ik nieuwe lettertypes in mijn rich text editor krijgen? Ik heb 
> nou onderstaande code bij de tsconfig van een gebruiker gezet,echter dit 
> werkt niet.
> 
> options.RTEkeyList=formatblock,class,bold,italic,left,right,center, 
> orderedlist,unorderedlist,link,cut,copy,paste,fontstyle,fontsize, 
> underline,textcolor,emoticon,outdent,indent,bgcolor,user,image, table,line
> 
> 
> // begin code
> 
> 
> # General configuration of the available fonts:
> RTE.fonts {
>   face1 {
>     name = Verdana
>     value = verdana, arial
>   }
>   face2 {
>     name = Comic Sans
>     value = Comic Sans MS
> }
>  face3 {
>     name = Arial Narrow
>     value = Arial Narrow
>   }
>   noFace {
>     name = No font
>     value =
>   }
> }
> # Specific setting for the fontstyle selector:
> RTE.default.fontFace = face3,face2 , face1, noFace
> 
> # General configuration of the available colors:
> RTE.colors {
>   color1 {
>     name = Background color
>     value = blue
>   }
>   color2 {
>     name = Another color I like!
>     value = #775533
>   }
>   noColor {
>     name = No color
>     value =
>   }
> }
> # Specific setting for the font color selector:
> RTE.default.colors = color1, color2, noColor
> 
> // einde code
> 



More information about the TYPO3-UG-dutch mailing list