Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: issue resizing image within table cell.
Re: issue resizing image within table cell.
04-05-2012, 8:03 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: issue resizing image within table cell.
Reply
Quote
Also is there any way we can make the image non resizable.
Yes, set EnableObjectResizing to false will disable the resize function.
<CE:Editor ID="editor1" runat="server" EnableObjectResizing="false">
</CE:Editor>
Regards,
Ken
View Complete Thread