Rank: Member Groups: Member
Joined: 5/19/2010 Posts: 22
|
The HTML editor has a "font name" dropdown list - how do I set the list to a pre-selectet value / font?
I found in Editor the field "TextAreaCSSFile" but I think this will not set the value of the Dropdown list self... hm???
Thanks for any example.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
|
Rank: Member Groups: Member
Joined: 5/19/2010 Posts: 22
|
FontNames - perfekt. This is running now.
So my next question is how I can pre-select one of my Fonts / or set a Default. Thanks again.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
You would just set the font in your HTML. For example, you can set the Editor's HTML to "<p style='font-family: Arial'> </p>", then when user moves cursor inside that block, the "Arial" font will be automatically selected from the font list (if it is included in the font list). There is no "default font" because it automatically select whatever font the current location uses.
Thanks!
|