Re: I need the font and size drop downs to appear last on my toolbar.

  •  06-29-2010, 5:44 PM

    Re: I need the font and size drop downs to appear last on my toolbar.

    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
     
    If you are using toolbar configuration file, please update button order in "\CuteSoft_Client\CuteEditor\Configuration\AutoConfigure\Default.config"
     
    Regards,
    Eric
View Complete Thread