Re: CuteEditor TextArea width always set to 100% problem

  •  03-08-2010, 9:50 PM

    Re: CuteEditor TextArea width always set to 100% problem

     
    You can change the style of cuteeditor's textarea by properties 'FrameStyle'. like below.
      editor1.FrameStyle.Width = Unit.Pixel(300);
     
    Regards,
     
    Ken
View Complete Thread