Wys_NoTree Script

Build 1501 on 14/Nov/2017  This topic last edited on: 9/May/2012, at 13:05

Description

Displays only WYSIWYG view on the Articles main tab, hiding the article tree.

Syntax

Wys_NoTree

Code

  <ShellCommand(CanExecute:="Ena_HasCurrentArticle")> _

  Public Sub Wys_NoTree()

    Ted.SetDesignerLayout(3, Nothing)

  End Sub