Custom Font Face and Size Drop Down List Duplication When Customized

  •  03-14-2012, 5:53 PM

    Custom Font Face and Size Drop Down List Duplication When Customized

    Hi
     
    I have modified the common.config file per the Cutesoft online documentation to custom the font face and font size drop downs. I am not using the latest version of cute editor (I'm not sure how to check what version I have, although it is at least v6) and the online instruction don't match what I see in my common.config file. Here is what I have in my config file:
      <FontName>
       <item text="Arial" html="&lt;font face='Arial'&gt;Arial&lt;/font&gt;">Arial</item>
       <item text="Arial Narrow" html="&lt;font face='Arial Narrow'&gt;Arial Narrow&lt;/font&gt;">Arial Narrow</item>
       <item text="Verdana" html="&lt;font face='Verdana'&gt;Verdana&lt;/font&gt;">Verdana</item>
       <item text="Comic Sans MS" html="&lt;font face='Comic Sans MS'&gt;Comic Sans MS&lt;/font&gt;">Comic Sans MS</item>
       <item text="Courier" html="&lt;font face='Courier'&gt;Courier&lt;/font&gt;">Courier</item>
       <item text="Georgia" html="&lt;font face='Georgia'&gt;Georgia&lt;/font&gt;">Georgia</item>
       <item text="Impact" html="&lt;font face='Arial'&gt;Impact&lt;/font&gt;">Impact</item>
       <item text="Lucida Console" html="&lt;font face='Lucida Console'&gt;Lucida Console&lt;/font&gt;">Lucida Console</item>
       <item text="Tahoma" html="&lt;font face='Tahoma'&gt;Tahoma&lt;/font&gt;">Tahoma</item>
       <item text="Times New Roman" html="&lt;font face='Times New Roman'&gt;Times New Roman&lt;/font&gt;">Times New Roman</item>
       <item text="Wingdings" html="&lt;font &gt;Wingdings&lt;/font&gt;">Wingdings</item>
      </FontName>
      <FontSize>
       <item text="[[NotSet]]" value="null">
        <html><![CDATA[[[NotSet]]]]></html>
       </item>
       <item text="8pt" html="&lt;span style='font-size:8pt'&gt;8pt&lt;/span&gt;">8pt</item>
       <item text="9pt" html="&lt;span style='font-size:9pt'&gt;9pt&lt;/span&gt;">9pt</item>
       <item text="10pt" html="&lt;span style='font-size:10pt'&gt;10pt&lt;/span&gt;">10pt</item>
       <item text="11pt" html="&lt;span style='font-size:11pt'&gt;11pt&lt;/span&gt;">11pt</item>
       <item text="12pt" html="&lt;span style='font-size:12pt'&gt;12pt&lt;/span&gt;">12pt</item>
       <!-- <item text="12px" html="&lt;span style='font-size:12px'&gt;12px&lt;/span&gt;">12px</item>-->
       <item text="1 (8pt)" value="1">
        <html><![CDATA[<font size='1'>Size 1 </font>(8pt)]]></html>
       </item>
       <item text="2 (10pt)" value="2">
        <html><![CDATA[<font size='2'>Size 2 </font>(10pt)]]></html>
       </item>
       <item text="3 (12pt)" value="3">
        <html><![CDATA[<font size='3'>Size 3 </font>(12pt)]]></html>
       </item>
       <item text="4 (14pt)" value="4">
        <html><![CDATA[<font size='4'>Size 4 </font>(14pt)]]></html>
       </item>
       <item text="5 (18pt)" value="5">
        <html><![CDATA[<font size='5'>Size 5 </font>(18pt)]]></html>
       </item>
       <item text="6 (24pt)" value="6">
        <html><![CDATA[<font size='6'>Size 6 </font>(24pt)]]></html>
       </item>
       <item text="7 (36pt)" value="7">
        <html><![CDATA[<font size='7'>Size 7 </font>(36pt)]]></html>
       </item>
       <!--
       <item text="26px" value="26px">
        <html><![CDATA[<span style='font-size:26px'>26px</span>]]></html>
       </item>
       -->
      </FontSize>
     
    and here is what I see in the editor:
     
    Why am I getting the duplication in the drop down lists? Any help appreciated, thanks!
View Complete Thread