Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: How do I control the Display Order of the Menu tools
How do I control the Display Order of the Menu tools
Last post 06-22-2010, 5:12 PM by
Eric
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
06-22-2010, 8:54 AM
61935
KidMiller
Joined on 06-22-2010
Posts 6
How do I control the Display Order of the Menu tools
Reply
Quote
I have a TemplateItemList that work fine with the exception that the order of the list is not maintained. I have the FontName and FontSize at the end of my list but they display first. How do I correct this?
06-22-2010, 5:12 PM
61946
in reply to
61935
Eric
Joined on 08-05-2009
Posts 1,269
Re: How do I control the Display Order of the Menu tools
Reply
Quote
Please try Editor1.TemplateItemList =
"[Fontname,Fontsize]";
You can update it to Editor1.TemplateItemList =
"[Fontsize,Fontname]";
You can refer to online example
http://richtextbox.com/test/TemplateItemList.aspx
Regards,
Eric