Need help with toolbar customization

Last post 04-08-2008, 10:45 PM by jeremias_t. 3 replies.
Sort Posts: Previous Next
  •  06-14-2006, 1:56 PM 20145

    Need help with toolbar customization

    I downloaded the trial version and I'm testing the product on my local PC.  I have the application running at this point.  I would like to change the editor configuration.  I'm looking at the documentation that was provided on the web (http://cutesoft.net/developer+guide/index.html) to change the configuration. Below is the code that I have created for my application:
     
    Default.aspx
    <CE:Editor id="Editor1" ConfigurationPath="CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/mytools.config" runat="server" ></CE:Editor>
     
    I created the file mytools.config just as a test.  After compiling I get the editor with no buttons.  Please advise to what I;m doing wrong.  below is the code that is in the mytools.config file.   It is the same that is in your directions
     
    mytools.config
    <?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 >
  •  06-14-2006, 2:30 PM 20146 in reply to 20145

    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

  •  06-14-2006, 3:26 PM 20153 in reply to 20146

    Re: Need help with toolbar customization

    Thanks for the help.  It is working now.
  •  04-08-2008, 10:45 PM 38890 in reply to 20153

    Re: Need help with toolbar customization

    Hi. Jas
     
    Do u using this example with Dotnetnuke or any other?
     
    Thanks
View as RSS news feed in XML