WYSIWYG Script

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

Description

Opens WYSIWYG preview.

Typically assigned to a menu option, together with WebPreview Script.

Syntax

WYSIWYG

Code

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

  Public Sub WYSIWYG()

    ' opens WYSIWYG preview in the WYSIWYG zone, on specified strDest

    TxtDesigner.PreviewType = ITxtDesigner.ePreviewType.Just

  End Sub