Ticket #7590: 7590.patch
File 7590.patch, 815 bytes (added by , 12 years ago) |
---|
-
CKEditorControl.cs
91 91 92 92 [Category("CKEditor Basic Settings")] 93 93 [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")] 95 95 public override Unit Height 96 96 { 97 97 get … … 120 120 121 121 [Category("CKEditor Basic Settings")] 122 122 [Description("The editor width in CSS size format or pixel integer.")] 123 [DefaultValue( "100%")]123 [DefaultValue(typeof(System.Web.UI.WebControls.Unit), "100%")] 124 124 public override Unit Width 125 125 { 126 126 get