Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines a collection of fonts available for selection in the Tiny MCE HTML editor, formatted as key-value pairs separated by semicolons. |
| What area does it affect? |
HTML editor configuration |
| What does the default mean? |
The default value is "Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats;", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when customizing the editor's font options or troubleshooting font display issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.html.editor.font.collection |
| Sys ID |
1f95e5d277000210f18b48a0af5a9917 |
| Type |
string |
| Application |
Global |
| Default value |
Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats; |
| Description |
User can select different font collection for Tiny MCE HTML editor:
For example:-
<pre>
Arial=arial,helvetica,sans-serif;
</pre>
More than one font value should be separated by semi-colon with no space or line-break.
For example:-
<pre>
Andale Mono=andale mono,times;
Arial=arial,helvetica,sans-serif;
Arial Black=arial black,avant garde;
Book Antiqua=book antiqua,palatino;
Comic Sans MS=comic sans ms,sans-serif;
Courier New=courier new,courier;
Georgia=georgia,palatino;Helvetica=helvetica;
Impact=impact,chicago;Symbol=symbol;
Tahoma=tahoma,arial,helvetica,sans-serif;
Terminal=terminal,monaco;
Times New Roman=times new roman,times;
Trebuchet MS=trebuchet ms,geneva;
Verdana=verdana,geneva;
Webdings=webdings;
Wingdings=wingdings,zapf dingbats;
</pre> |
| Updated |
2025-02-23 22:45:34 |
Sources
Related properties