Ticket #1503: styletest.fromarray.config.js

File styletest.fromarray.config.js, 435 bytes (added by jonhg, 2 years ago)
Line 
1FCKConfig.EditorAreaCSS = FCKConfig.BasePath + '../_samples/html/styletest.styles.css' ;
2
3/**
4 * Styles combo.
5 */
6FCKConfig.StylesXmlPath = '';
7
8FCKConfig.CustomStyles =
9        {
10                'Normal' : { Element : 'p'},
11                'Body text' : { Element : 'p', Attributes : { 'class' : 'bodytext' }},
12                'Sub title' : { Element : 'p', Attributes : { 'class' : 'subtitle' }},
13                'Quote' : { Element : 'p', Attributes : { 'class' : 'quote' }}
14        } ;