Font Size always going to a new line

Last post 07-03-2009, 1:44 PM by radamesb. 0 replies.
Sort Posts: Previous Next
  •  07-03-2009, 1:44 PM 53716

    Font Size always going to a new line

    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
     
     
View as RSS news feed in XML