Search

You searched for the word(s):
Showing page 1744 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: Add customerized buttons and Dropdownlist(FontSizeList)

    Scott, &nbsp; Here comes the example: &nbsp; Editor1.FontFacesList = new string[] {''Arial'',''Verdana'',''Georgia''}; &nbsp; Editor1.ParagraphsList = new string[] {''Normal'',''Heading 1'',''Heading 2''}; &nbsp; Editor1.FontSizesList&nbsp;= new string[] {''1'',''2'',''3''}; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Adam on March 19, 2004
  • Re: <!-- Inject Script Filtered --> ?

    Peter, &nbsp; EnableStripScriptTags&nbsp;= false &nbsp;
    Posted to Cute Editor for .NET (Forum) by Adam on March 19, 2004
  • Re: DocumentPath Restriction

    Nash, &nbsp; You can achieve that by editing the browse_Document.asp page. &nbsp; &nbsp; If the line 128, you can find the following code: &nbsp; For Each fol In sf 'add the html for the folders &nbsp; ......... &nbsp; Next &nbsp; For example, if you want to retrict the bin&nbsp;folder of your root directory, if you can do ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 18, 2004
  • Re: Hebrew Interface - Translation

    Gal, &nbsp; We are working on translating the interface to other languages as well. We don't have Hebrew translation. Can you send your translation files to us? Thanks. &nbsp; I suggest you create a new asp file, for example, we called it include_popup_translation.asp. Then put all the strings into this ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 17, 2004
  • Re: Image upload

    Nash, &nbsp; Try this method: &nbsp; &lt;% &nbsp; Dim current_folder &nbsp; ' Get the path of current folder current_folder = ..... &nbsp; ' point the ImageGalleryPath path to the current folder Editor1.ImageGalleryPath = current_folder &nbsp; %&gt; &nbsp; Hope it helps.
    Posted to Cute Editor for ASP (Forum) by Adam on March 17, 2004
  • Re: Hebrew Right To Left

    Gal, &nbsp; I suggest you create a custom button to handle this. &nbsp; With the CuteEditor for ASP 2.0, the developers can add their own custom buttons. &nbsp; If you need us to do that for you,&nbsp; please write to us.
    Posted to Cute Editor for ASP (Forum) by Adam on March 17, 2004
  • Re: After certain lengt of text in editor, form cannot be submited.

    Patrick, &nbsp; CuteEditor doesn't any length limitation. &nbsp; Have you tried your text on our online demo?
    Posted to Cute Editor for ASP (Forum) by Adam on March 15, 2004
  • Re: bug with upload !!

    This is a server-related limitation. IIS6.0 prevent the upload of files more than +200Kb. So you need to make some changes in the default IIS settings first. The solution is here: IIS 6.0 (Windows 2003) has a file named metabase.xml which resides in the C:\Windows\system32\inetsrv folder. Navigate to that directory and edit the file. Search for ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 15, 2004
  • Re: Multiple Image Upload Paths

    Hsq, &nbsp; No, I don't think you can upload the files to two diffent servers at the same time. &nbsp; I suggest you use the FTP to send the files to the other server. Below is the code I used before to FTP the files in the fly. &nbsp; &nbsp; &lt;% Public Function FTP(file_tobe_FTP) Dim Output, ReturnCode, StrScript StrHost = ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 15, 2004
  • Re: Problems with the font verdana in the editor

    Peter, &nbsp; I have checked our online demo. It works fine here.&nbsp; &nbsp; Can you test that again?
    Posted to Cute Editor for .NET (Forum) by Adam on March 15, 2004