(New page: == DefaultFontFormatLabel == When you tape a text without choosing the font format the "Format" combo is left empty (you see a blank field). Changing the DeaultFontFormatLabel gives you t...) |
(No difference)
|
Revision as of 10:44, 16 January 2008
DefaultFontFormatLabel
When you tape a text without choosing the font format the "Format" combo is left empty (you see a blank field). Changing the DeaultFontFormatLabel gives you the possibility to change this behavior. Example:
FCKConfig.DefaultFontFormatLabel = 'Standard format' ;
You've chosen to label the "Format" combo 'Standard format'. When you will type the text you will see that the format label is 'Standard format'. If you choose the format e.g.to 'Heading 1' from the combo the label will change as well. If you try to go back to the text written without changing the format you will see that it is labeled 'Standard format'. So as you can see the "DefaultFontFormatLabel" determines how the normally typed text will be labeled.