|
Browse by Tags
All Tags » css » style sheet
-
I'm using version 5.2 and have the following code for rendering CuteEditor:
Dim editor Set editor = New CuteEditor 'Create a new editor class object editor.ID = ''Editor1'' 'Set the ID of this editor class editor.Text = strNotes 'Set the initial HTML value of editor control editor.ImageGalleryPath = ...
|
|
|