Search

You searched for the word(s):
Showing page 1764 of 1,765 (17,645 total posts) < 1 second(s)
  • Re: How to set CuteEditor image size upload limitation?

    No, the user will get an error message. The image site is larger than the 200K (MaxImageSize). It will not resize automatically. It's true we got many customer requests about the function of resizing automatically. We haven't decided to put it into the next version. One concern we have is the quality of the resizing image.
    Posted to FAQ (Forum) by Adam on October 31, 2003
  • How to change the image upload folder?

    Leo, By default, cuteeditor wil use ''uploads'' folder under the application root. If you can use your own folder, you can use the ImageGalleryPath&nbsp; to Specifies the URL path of the Image Gallery.
    Posted to FAQ (Forum) by Adam on October 30, 2003
  • Re: Remove Format

    Ronny, If you apply the style to the following test: Hello World Hello World&nbsp; In the HTML view, you will the editor achieve that by using the span tag: &lt;SPAN class=Heading&gt;Hello World&lt;/SPAN&gt; Romove format button can't remove this class attribute. If you click use the Remove MS Word formatting button, it will remove the ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 30, 2003
  • How to control visible tabs at the bottom of the editor?

    Hi Adam,Do you know if it is possible to control visible tabs at the bottom of theeditor?In particular, I would like to hide ''Preview'' tab and only show ''Normal'' and''HTML'' tabs.Thanks Hi Alex, Yes, it is possible to control visible tabs at the bottom of the editor. You can play with the ShowHtmlMode, ShowPreviewMode, ShowLogo and ...
    Posted to FAQ (Forum) by Adam on October 27, 2003
  • How to set CuteEditor image size upload limitation?

    Hi Alex , You can set CuteEditor image size upload limitation by&nbsp;using the MaxImageSize property. MaxImageSize&nbsp; specifies the max size in Kbytes of the image files that the user has access to upload. For example, if you want to set the image size upload limitation is 200k (by default 100k), you can using the following ...
    Posted to FAQ (Forum) by Adam on October 25, 2003
  • Re: IE 5.0 and Netscape 6.x

    No, when the control detects the client browser is down-level browsers(Not IE 5.5), it will return a traditional text box
    Posted to Cute Editor for .NET (Forum) by Adam on October 16, 2003
  • Re: DIV tags

    In order to protect the content(position absolutely, fly text, pictures, tables...any element anywhere you want &amp; set layers as you wish) created by the editor We add the div tag around the content. That is the only tag we add to the content. If you don't need position absolutely feature, you don't need to add the div tag. We will add the ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 16, 2003
  • How to integrate CuteEditor for .NET with the DotNetNuke

    Done! please check the following link: http://cutesoft.net/forums/ShowPost.aspx?PostID=23
    Posted to Cute Editor for .NET (Forum) by Adam on October 14, 2003
  • How to integrate CuteEditor for .NET with the DotNetNuke

    The following table shows the steps to implement a CuteEditor Control into DotNetNuke 2.0 application. &nbsp; Step 1 :&nbsp;&nbsp; Add a reference to CuteEditor and deploy license file &nbsp; &nbsp; First, launch Visual Studio .NET and open DotNetNuke project.&nbsp; Delete the reference to Freetextbox assembly&nbsp;and add the ...
    Posted to FAQ (Forum) by Adam on October 14, 2003
  • Re: Single returns when the enter key is hit in editor, HOW?

    Marc, We used the style sheet int our web site to get the single returns. P&nbsp;{ BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: 0px } The reason we didn't implement the UerBr property in the version 1.8 is: For fast loading, we use ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 10, 2003