Re: Need help with toolbar customization

  •  06-14-2006, 2:30 PM

    Re: Need help with toolbar customization

    jas05220,
     
    Are you sure the ConfigurationPath="CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/mytools.config" is correct?
     
    Can you change to ConfigurationPath="CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/default.config" and try again?
     
    If it works, maybe the problem is caused by the following line:
     
     
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
    <contextmenu>
        <item name="Editing" value="False" />
        <item name="Format" value="False" />
        <item name="Insert" value="False" />
        <item name="InsertAdvanced" v alue="False" />
        <item name="InsertFiles" value="False" />
        <item name="InsertForms" value="False" />
        <item name="Relative" value="False" />
        <item name="Tags" value="False" />
        <item name="Verbs" value="False" />
    </contextmenu>
    <toolbars>
        <item type="g_start" />
        <item type="image" name="Save" postback="True" />
        <item type="image" name="Bold" />
        <item type="image" name="Italic" />
        <item type="image" name="Underline" imagename="under" />
        <item type="separator" />
        <item type="image" name="JustifyLeft" imagename="left" />
        <item type="image" name="JustifyCenter" imagename="center" />
        <item type="image" name="JustifyRight" imagename="right" />
        <item type="holder" name="insertcustombutonhere" />
        <item type="g_end" />
    </toolbars>
    </configuration >
     
    Keep me posted
     
     

    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