CuteEditor width 100% does not work

Last post 02-03-2006, 6:09 PM by robo_arnold. 13 replies.
Sort Posts: Previous Next
  •  11-06-2005, 4:55 AM 12294

    CuteEditor width 100% does not work

    When I set the size in ActiveForums 3.5 to 100% for the width of the editor nothing happens. I have edited the provider and changed:
     
            Public Overrides Property Width() As System.Web.UI.WebControls.Unit
                Get
                    Width = cntlCE.Width
                End Get
                Set(ByVal Value As System.Web.UI.WebControls.Unit)
                    cntlCE.Width = Value
                End Set
            End Property

    I can set it to 750px for example, that works but 100% never works. This is bugging me for the last 2 CuteEditor versions. BTW, setting the editor width to 100% works fine with RAD editor.
  •  11-07-2005, 3:12 AM 12303 in reply to 12294

    Re: CuteEditor width 100% does not work

    Mariette,

    This issue has been resolved in the latest build (11/07/2005).

    Please download the control from:

    http://cutesoft.net/Downloads/default.aspx

     

    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

  •  11-07-2005, 3:53 AM 12308 in reply to 12303

    Re: CuteEditor width 100% does not work

    Well, not completely. If I logon to my site with user credentials that allows an editor with a minimal set in the CuteEditor tool bar the Editor width is still very small. Screenshot:
     


    This is the contents of the autoconfigure file:

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

    <configuration>

    <toolbars>

    <item type="g_start" />

    <item type="image" name="Cut" />

    <item type="image" name="Copy" />

    <item type="image" name="PasteText" />

    <item type="image" name="Delete" />

    <item type="image" name="FullPage" imagename="fit" hotkey="F12" />

    <item type="separator" />

    <item type="image" name="Undo" />

    <item type="image" name="Redo" />

    <item type="g_end" />

    <item type="g_start" />

    <item type="image" name="Bold" />

    <item type="image" name="Italic" />

    <item type="image" name="Underline" imagename="under" />

    <item type="separator" />

    <item type="image" name="Indent" />

    <item type="image" name="Outdent" />

    <item type="image" name="InsertOrderedList" imagename="numlist" />

    <item type="image" name="InsertUnorderedList" imagename="bullist" />

    <item type="image" name="RemoveFormat" imagename="unformat" />

    <item type="g_end" />

    <item type="g_start" />

    <item type="image" name="InsertImage" imagename="eximage" />

    <item type="image" name="netspell" imagename="spell"/>

    <item type="image" name="InsertEmotion" imagename="emotion" />

    <item type="image" name="Help" />

    <item type="g_end" />

    <item type="g_start" />

    <item type="treedropdown" name="LinkTree" text="[[Links]]" width="50" command="InsertLink" />

    <item type="g_end" />

    </toolbars>

    </configuration>

     
    If I logon to the site with some user that has more possibilties I get this:
     
     
    You see the whitespace in the tool bar? That does not happen with a minimal toolbar.
  •  11-07-2005, 3:55 AM 12309 in reply to 12308

    Re: CuteEditor width 100% does not work

    Why don't I see the screenshots I just uploaded???
  •  11-07-2005, 6:04 AM 12311 in reply to 12294

    Re: CuteEditor width 100% does not work

  •  11-07-2005, 3:07 PM 12335 in reply to 12311

    Re: CuteEditor width 100% does not work

    And this is what happens in html view, even a smaller window.
     
  •  11-26-2005, 5:18 PM 13083 in reply to 12335

    Re: CuteEditor width 100% does not work

    In your last version 5.1 this is still not fixed.
  •  12-11-2005, 6:08 AM 13690 in reply to 12294

    Re: CuteEditor width 100% does not work

    Adam,

    You have send me a message announcing that I should download the last version of CuteEditor and that it would fix the 100% width issue. Well, it does not fix it. See screenshot.

  •  12-11-2005, 6:15 AM 13691 in reply to 12294

    Re: CuteEditor width 100% does not work

    And here is another annoying picture
  •  12-11-2005, 6:16 AM 13692 in reply to 13691

    Re: CuteEditor width 100% does not work

    And why do my screenshots not show up????????????????????
  •  01-28-2006, 11:25 PM 15263 in reply to 13692

    Re: CuteEditor width 100% does not work

    This issue has been fixed in the latest provider for DNN.
     
     

    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

  •  01-29-2006, 3:51 AM 15319 in reply to 15263

    Re: CuteEditor width 100% does not work

    Sorry, but still the same problem. The width of the editor does not stretch to 100% if there is a small toolbar with limited options.
  •  02-03-2006, 3:11 PM 15581 in reply to 15319

    Re: CuteEditor width 100% does not work

    Any chance this gets fixed?
  •  02-03-2006, 6:09 PM 15586 in reply to 15581

    Re: CuteEditor width 100% does not work

    If you have 5.2 version, try adding a new attribute UseDNNDefaultWidth="false" in web.config in the provider section to see if that improves the situation.  It seems to give a fixed width of the editor, work in some cases but you may lose the liquid layout in others. 

View as RSS news feed in XML