|
Search
You searched for the word(s):
Showing page 1744 of 1,762 (17,611 total posts)
< 1 second(s)
-
Scott,
Here comes the example:
Editor1.FontFacesList = new string[] {''Arial'',''Verdana'',''Georgia''};
Editor1.ParagraphsList = new string[] {''Normal'',''Heading 1'',''Heading 2''};
Editor1.FontSizesList = new string[] {''1'',''2'',''3''};
-
Peter,
EnableStripScriptTags = false
-
Nash,
You can achieve that by editing the browse_Document.asp page.
If the line 128, you can find the following code:
For Each fol In sf 'add the html for the folders
.........
Next
For example, if you want to retrict the bin folder of your root directory, if you can do ...
-
Gal,
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.
I suggest you create a new asp file, for example, we called it include_popup_translation.asp.
Then put all the strings into this ...
-
Nash,
Try this method:
<%
Dim current_folder
' Get the path of current folder
current_folder = .....
' point the ImageGalleryPath path to the current folder
Editor1.ImageGalleryPath = current_folder
%>
Hope it helps.
-
Gal,
I suggest you create a custom button to handle this.
With the CuteEditor for ASP 2.0, the developers can add their own custom buttons.
If you need us to do that for you, please write to us.
-
Patrick,
CuteEditor doesn't any length limitation.
Have you tried your text on our online demo?
-
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 ...
-
Hsq,
No, I don't think you can upload the files to two diffent servers at the same time.
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.
<%
Public Function FTP(file_tobe_FTP)
Dim Output, ReturnCode, StrScript
StrHost = ...
-
Peter,
I have checked our online demo. It works fine here.
Can you test that again?
... 1744 ...
|
|
|