|
Browse by Tags
All Tags » Config » CuteEditor ASP » Classic ASP
-
Using Classical ASP version 6 (5 2007)
I had set up an editor, configured and tested paths for files (images, media...) management and everything worked fine.
Then I set the property CustomCulture = ''it-IT'' and the editor was (partially, I've to find the time to complete that work) translated but now everyone of the buttons used ...
-
This is a new install
CuteEditor_asp_6_asp_*__**** running on Windows Server 2003
Editor init:
Dim editor
Set editor = New CuteEditor
editor.ID = ''Editor1''
editor.Text = ''Type here''
editor.FilesPath = ...
|
|
|