Ticket #7590: 7590.patch

File 7590.patch, 815 bytes (added by kaga, 13 years ago)
  • CKEditorControl.cs

     
    9191
    9292                [Category("CKEditor Basic Settings")]
    9393                [Description("The height of editing area( content ), in relative or absolute, e.g. 30px, 5em. Note: Percentage unit is not supported yet.e.g. 30%.")]
    94                 [DefaultValue("200")]
     94                [DefaultValue(typeof(System.Web.UI.WebControls.Unit), "200px")]
    9595                public override Unit Height
    9696                {
    9797                        get
     
    120120
    121121                [Category("CKEditor Basic Settings")]
    122122                [Description("The editor width in CSS size format or pixel integer.")]
    123                 [DefaultValue("100%")]
     123                [DefaultValue(typeof(System.Web.UI.WebControls.Unit), "100%")]
    124124                public override Unit Width
    125125                {
    126126                        get
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy