The "Insert Table" drop down seems to act differently between my mycustom.config and full.config.

Last post 03-02-2007, 10:30 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  03-02-2007, 9:58 AM 27113

    The "Insert Table" drop down seems to act differently between my mycustom.config and full.config.

    Hi,
     
    I'm trying to figure out how to do this. I added the XML into my custom config to use table inserting and handling (rows, cols, merging, splitting, etc). The button to insert a table appears to be:
    <item type="table" />
     
    When I use full.config and click the little table button, a small drop down flies out allowing me to quickly highlight the rows and cols I want for my table. There is also a button below for the Table Wizard.
     
    When I use my own custom config file and use the same items, clicking on the button directly pops the Table Wizard without the quick flyout menu to select the rows and cols.
     
    How do I enable the same functionality that is in the full.config? Am I missing something? Should I be linking it up at the server side?
     
    Thanks.
    Jason
  •  03-02-2007, 10:30 AM 27114 in reply to 27113

    Re: The "Insert Table" drop down seems to act differently between my mycustom.config and full.config.

    jason,
     
    Strange. It works just fine here.

    Can you try the following configuration?
     
    <?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" value="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="table" />
      <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="g_end" />
      <item type="holder" name="insertcustombutonhere" />
     </toolbars>
    </configuration>
     
    BTW, which version of Cute Editor are you using?
     
     

    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 as RSS news feed in XML