I am trying to configure the menu, but the placement of FontSize is always on a new line, even though I have not specified a break. I am using the following code:
'Dim editor
Set editor = New CuteEditor
editor.ID = "LongDescription"
editor.Text = LongDescription
editor.FilesPath = "/scripts/CuteEditor_Files"
editor.ShowBottomBar = false
editor.TemplateItemList="G_start,Undo,Redo,RemoveFormat,Separator,Bold,Italic,Underline,Superscript,Separator,ForeColor,BackColor,FontSize,G_end"
editor.Width = 580
editor.Height = 150
editor.Draw()
Thanks,
Radames