Re: Limit Font Size and Font-Family

  •  11-11-2008, 4:08 PM

    Re: Limit Font Size and Font-Family

    George,
     
    You need to modify the toolbar configuration file. For your situaiton, you need to modify
     
    CuteEditor/Configuration/AutoConfigure/minimal.config.

    The CuteEditor toolbar configuration files, which contain XML, specify the toolbar configuration information of the CuteEditor instance. These configurations are applied using AutoConfigure property. The Full.config configuration files can be thought of as the master configuration file.

    This topic explains the contents of the Cute Editor toolbar configuration files. Specifically, it shows the XML structure. All the configuration files can be found in the /CuteEditor/Configuration/AutoConfigure folder.
     
    XML Structure:

     

    <?xml version="1.0" encoding="utf-8" ?>

    <configuration>

           <toolbars>

               <item type="g_start" />
              
    <item type="image" name="Save" postback="True"
    />
              
    <item type="image" name="Bold"  Visible="True" />
               <item type="netspell" />
               <item type="image" name="InsertDate" imagename="insertdate"
    />
              
    <item type="dropdown" name="CssClass" RenderItemBorder="true" text="[[CssClass]]" command="CssClass" />
                ...
               
    <item type="g_end" />

           </toolbars>

    </configuration>


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread