Wrap Buttons

  •  11-24-2010, 7:31 AM

    Wrap Buttons

    I have set the buttons progarmically.

    Editor.TemplateItemList =
    "cut, copy, paste, pastetext, pasteword, pasteashtml, undo, redo, InsertEmotion, TableDropDown, Bold, Italic, Underline, JustifyLeft, JustifyCenter, JustifyRight, JustifyFull, ForeColor, BackColor, InsertOrderedList, InsertUnorderedList, Indent, Outdent, InsertLink, YouTube"
     
    Editor.Width = 400
     
    But when I set the width it sets it to about 575px because the buttons force the width to be larger.  In code, how do I force the buttons to wrap?

    Graham
     
     
     
     
     
     
View Complete Thread