Anyone seen this one - drop down lists take up whole screen!

Last post 11-10-2004, 8:41 PM by digitalshan. 2 replies.
Sort Posts: Previous Next
  •  11-10-2004, 6:34 PM 2371

    Anyone seen this one - drop down lists take up whole screen!

    First I would like to say that I have managed to implement the editor for editing existing database records.  The functionality is there and this is a good product..

     
    However, when I place the code within any of my existing pages, the functionality works but the drop down formatting selection boxs (paragraph, font, etc) stretch all the way across the screen pushing the other drop down lists and buttons out of place.  I have tried placing the editor in a 460 pix wide table and then after giving up on that I tried placing it in a 700 ix table.  Same result.  The drop downs stretch all the way across the screen as if they were set to a width of 100%.
     
    I did pick through the cuteeditor_include file and found width settings but they were all set to numerical values which should not give me a problem.  Thanks in advance for any help.
     
    Thanks.
     
     
     
     
  •  11-10-2004, 7:07 PM 2372 in reply to 2371

    Re: Anyone seen this one - drop down lists take up whole screen!

    digitalshan,
     
    You can use the Toolbar item "break" to put the other dropdowns in the next row:
     
    editor.Template = "Save,Separator,Cut,Copy,Paste,Separator,Undo,Redo,Separator,G_Start,RemoveFormat,SelectAll,break,
    ToggleBorder,AbsolutePosition,G_End,G_Start,Separator,Hr,Link,UnLink,break,
    DownloadableFiles,Char,Emotion,InsertText,G_End,G_Start,Separator,ImageGallery,Separator,Forward,Backward,G_End,G_Start,break,
    InsertTable,AddRow,DeleteRow,AddColumn,DeleteColumn,Separator,AddCell,DeleteCell,MergeCell,SplitCell,Separator,EditRow,EditCell,G_End,G_Start,break,
    paragraphDropDown,fontDropDown,sizeDropDown,Bold,Italic,Underline,G_End,G_Start,Separator,JustifyLeft,JustifyCenter,JustifyRight,Separator,break,
    FontColor,HighLight,G_End,G_Start,Separator,InsertOrderedList,InsertUnorderedList,Separator,Indent,Outdent,G_End,G_Start,break,
    Subscript,Superscript,Strikethrough,CleanupCode,InsertTemplate,Help,G_End"   

    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-10-2004, 8:41 PM 2373 in reply to 2372

    Re: Anyone seen this one - drop down lists take up whole screen!

    That is one solution but I would rather it looked like the demo.  Does this work in conjunction with the width properties for the individual controls? 
View as RSS news feed in XML