Style
Bold Italic
Bold Red
Capitalize
Citation
Code Sample
Glow
Highlight
lowercase
Pull Quote
Title
UPPERCASE
Style
Font
Arial
Arial Black
Comic Sans MS
Courier
Courier New
Fixedsys
Georgia
Impact
Lucida Console
Lucida Sans Unicode
MS Sans Serif
MS Serif
Marlett
Modern
Palatino Linotype
Roman
Script
Small Fonts
Symbol
System
Tahoma
Terminal
Times New Roman
Trebuchet MS
Verdana
Webdings
Wingdings
Font
Size
1 (8 pt)
2 (10 pt)
3 (12 pt)
4 (14 pt)
5 (18 pt)
6 (24 pt)
7 (36 pt)
Size
Description
You can apply style to the selected text inside the editor by selecting a style from the
Style
dropdown.
You can customize the style values in the
Style
dropdown in
<
ToolbarItem
ID
="Style">
section
in your
language XML
file under
UltimateEditorInclude/Languages
.
You can define a style dropdown value as follows:
<
ToolbarItem
ItemText=
"Bold Red"
ItemValue=
"FONT-WEIGHT: bold;
COLOR: #FF0000"
/>
ItemText
property represents the name of the style to be displayed in the Style dropdown, and
ItemValue
property represents the style value to be applied to the selected text.