Here is my editor code:
Set editor = New CuteEditor
editor.ID = "body"
editor.Text = body
editor.FilesPath = "/idealbb/editor/cute"
editor.ImageGalleryPath = attrFileUploadDir
editor.MaxImageSize = 50
editor.ShowBottomBar = false
editor.Template= "Bold,Italic,Underline,separator,Cut,Copy,Paste,separator,Hr,Link,UnLink,Char"
editor.Width = "100%"
editor.Draw()