Search

You searched for the word(s):
Showing page 1760 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: Integration with NetSpell 2.0

    Sent it. good luck
    Posted to FAQ (Forum) by Adam on November 5, 2003
  • Re: Integration with NetSpell 2.0

    Jason, Can you test our page http://cutesoft.net/Example/integrate_withNetSpell.aspx ? Are you using our integration code or you download it from loresoft.net and intall the NetSpell by yourself? We made some changes to the LoreSoft script to make it work for the rich ediing. Adam
    Posted to FAQ (Forum) by Adam on November 5, 2003
  • Re: Back at it

    Hi Dave, CuteEditor is an online web-based WYSIWYG HTML editor. It upgrades your simple text area to a rich-text edit box. So you still need a data source to save the formatted data. The CuteEditor will not save the data itself. We use the Literal control to hold the data for demo purpose. When the user click the submit button, the page post ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 4, 2003
  • Re: Functionalities

    The following code show you how to add items to the style dropdown list. dim temp_styledropdownMenuNames //style drop down name arraytemp_styledropdownMenuNames = ''Heading,Head,Subhead,NormalRed,Comment'' //style drop down css class arraytemp_styledropdownMenuList = ''class1,class2,class3,class4,class5'' //pass the array to the ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 4, 2003
  • Re: Just purchased CuteEditor for ASP

    Hi Cheryl, Sorry for the inconvenience and frustration. I believe the following info can help you resolve your problem. Symptom: It's working perfectly on Win2000 and WinXP but not on Win2003. I can see all the tool buttons but keep getting JavaScript errors. It means you running IIS6.0 on the Windows 2003 server. In Win 2000 any unknown ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 3, 2003
  • Re: Any known database issues?

    We haven't &nbsp;heard any report from our clients about any problem with saving the content to a SQL&nbsp; 2000 database. We also provide the romove MS word formatting button to help the end uses clean all the XML code generated word. We will release a new version (1.9) in about 4 weeks.&nbsp; All licenses include free updates until the next ...
    Posted to FAQ (Forum) by Adam on October 31, 2003
  • 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