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: Previous Next
  •  06-22-2010, 8:54 AM 61935

    How do I control the Display Order of the Menu tools

    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

    Re: How do I control the Display Order of the Menu tools

    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
View as RSS news feed in XML