We disabled the Width propery because the width of some DNN modules is too small for the CuteEditor.
If you want to enable the width property, please open the CEHtmlEditorProvider.vb file.
And change the following code:
Public Overrides Property Width() As System.Web.UI.WebControls.Unit
Get
Width = CType(Me.HtmlEditorControl, CuteEditor.Editor).Width
End Get
Set(ByVal Value As System.Web.UI.WebControls.Unit)
' CType(Me.HtmlEditorControl, CuteEditor.Editor).Width = Value
End Set
End Property
To:
Public Overrides Property Width() As System.Web.UI.WebControls.Unit
Get
Width = CType(Me.HtmlEditorControl, CuteEditor.Editor).Width
End Get
Set(ByVal Value As System.Web.UI.WebControls.Unit)
CType(Me.HtmlEditorControl, CuteEditor.Editor).Width = Value
End Set
End Property
Then recompile your project.
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