Wierd problem with HTML and Preview Tab... seems reversed.

  •  08-21-2007, 2:13 PM

    Wierd problem with HTML and Preview Tab... seems reversed.

    Ok, If I put
    editor.ShowHTMLMode = True
    editor.ShowPreviewMode = False
     
    Then the Preview Mode tab appears and the HTML tab is gone.
     
    If I put..
     
    editor.ShowHTMLMode = False
    editor.ShowPreviewMode = True
     
    Then the HTML tab appears and the Preview tab is gone.
     
    If I put...
    editor.ShowHTMLMode = True
    editor.ShowPreviewMode = True
     
    None of them appear.
     
    Why would it do this?
View Complete Thread