(New page: == FontFormats == This option lists the font formats e.g. Heading 1, Heading 2 which appear in the "Format" menu. You may add or remove formats from the list. Code: <pre> FCKConfig.FontF...) |
|||
Line 1: | Line 1: | ||
− | + | This option lists the font formats e.g. Heading 1, Heading 2 which appear in the "Format" menu. You may add or remove formats from the list. Code: | |
− | + | <pre>FCKConfig.FontFormats = 'p;h1;h2;h3;h4;h5;h6;pre;address;div' ; | |
− | This option lists the font formats e.g. Heading 1, Heading 2 which appear in the "Format" menu. You may add or remove formats from the list. | ||
− | Code: | ||
− | <pre> | ||
− | FCKConfig.FontFormats = 'p;h1;h2;h3;h4;h5;h6;pre;address;div' ; | ||
</pre> | </pre> |
Latest revision as of 13:00, 20 September 2008
This option lists the font formats e.g. Heading 1, Heading 2 which appear in the "Format" menu. You may add or remove formats from the list. Code:
FCKConfig.FontFormats = 'p;h1;h2;h3;h4;h5;h6;pre;address;div' ;