Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: Font size question
Re: Font size question
05-03-2010, 4:09 PM
Eric
Joined on 08-05-2009
Posts 1,269
Re: Font size question
Reply
Quote
Please refer to
http://cutesoft.net/asp/document/scr/FontSize_dropdown_Customization.htm
Example 1.
<
FontSize
>
<
item
text
=
"1 (8pt)"
value
=
"1"
/>
<
item
text
=
"2 (10pt)"
value
=
"2"
/>
<
item
text
=
"5 (18pt)"
value
=
"5"
/>
</
FontSize
>
Example 2.
<
FontSize
>
<
item
text
=
"10px"
value
=
"10px"
/>
<
item
text
=
"12px"
value
=
"12px"
/>
<
item
text
=
"14px"
value
=
"14px"
/>
</
FontSize
>
Regards,
Eric
View Complete Thread