>>Create a custom title. Our client wants it to say "Insert File" instead of "Downloadable File."
You can achieve it by modifying the language files.
>>When the popup appears, can you set the default to "http://" instead of "Other"
In the Downloadable File dialog, the default URL can't be set to "http://" because it assumes you select the files in your local server.
However you can set you editor use absolute paths. CuteEditor will automatically put "http://" before those links.
To use absolute paths with the domain name, you need to set Editor.RemoveServerNamesFromUrl property to false.
Example:
<%
Dim editor
Set editor = New CuteEditor
editor.ID = "Editor1"
editor.RemoveServerNamesFromUrl = false
editor.UseRelativeLinks= false
editor.Text = "Hello World"
editor.Draw()
%>
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx