visible borders disabled by default

Last post 08-19-2004, 9:01 AM by flokatze. 5 replies.
Sort Posts: Previous Next
  •  08-09-2004, 6:38 AM 1462

    visible borders disabled by default

    Is there a possibility to disable the visible borders by default?
  •  08-09-2004, 10:31 AM 1463 in reply to 1462

    Re: visible borders disabled by default

     
    You can use the predefined sets of buttons and just remove some buttons.
     
    For example, the following setting enables all the buttons and menus, and disables the Save, Toggleborder buttons.
     
     
    <CE:Editor id="Editor1" 
                DisableItemList="Save, Toggleborder"
                AutoConfigure="EnableAll"
                runat="server">
    </CE:Editor>

    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

  •  08-12-2004, 3:26 AM 1496 in reply to 1463

    Re: visible borders disabled by default

    Sorry for the wrong articulation...

    The property "visible borders" is set by default  to "true" (You see the borders in the container).
    Is there a possibility to set this property by default to "false"?
  •  08-16-2004, 6:43 PM 1515 in reply to 1496

    Re: visible borders disabled by default

    In the CuteEditor_Files/Scripts folder, edit "insert_table.aspx" and change line 16 which is a javascript code declaring var editdoc and find "border=1" in that string and change it to "border=0".
     
    Line 16:
     
     
    Scroll over and find this:
     
     
    And change it to:
     
    <!-- Inject Script Filtered --> <!-- Inject Script Filtered --> <!-- Inject Script Filtered -->
  •  08-16-2004, 6:48 PM 1516 in reply to 1515

    Re: visible borders disabled by default

    Sorry for the "inject script filtered" thing, I had tried to paste in the javascript block and that was filtered but then the forums won't let me edit my post. Edit notes are required, but no matter what you enter there, it throws an exception that too many parameters were entered for edit notes. Hmm.
  •  08-19-2004, 9:01 AM 1556 in reply to 1516

    Re: visible borders disabled by default

    Thanks, I've got all informations I wanted.
View as RSS news feed in XML