AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The HTMLEdit property is used to:
  • find out whether a Word Processing control is displayed in optimized mode for HTML editing,
  • modify a Word Processing control to display it (or not) in optimized mode for HTML editing.
Remark: If the HTMLEdit property is enabled, the DisplayMode property cannot be modified and returns the displayModeWeb constant.
Example
// [Web mode] button
WP_MyDocument.HTMLEdit = True
Syntax

Finding out whether a Word Processing control is displayed in optimized mode for HTML editing Hide the details

<Result> = <Word Processing control>.HTMLEdit
<Result>: Boolean
  • True if the Word Processing control is displayed in optimized mode for HTML editing,
  • False otherwise.
<Word Processing control>: Control name
Name of the Word Processing control to use.

Modifying a Word Processing control to display it (or not) in optimized mode for HTML editing Hide the details

<Word Processing control>.HTMLEdit = <New value>
<Word Processing control>: Control name
Name of the Word Processing control to use.
<New value>: Boolean
  • True if the Word Processing control is displayed in optimized mode for HTML editing,
  • False otherwise.
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local