AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Editor HTML
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
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
Example
// Read a message and display it in the HTML Editor control to write a reply
MyMessage is Email
EmailReadMessage(SessionID, MyMessage)
HTMLEditorFromEmail(HTMEDT_MyHTMLEditor, MyMessage, emailOptionReplyBefore)
Syntax
HTMLEditorFromEmail(<HTML Editor control> , <Email> [, <Option>])
<HTML Editor control>: Control name
Name of the HTML Editor control used.
<Email>: Email variable
Name of the Email variable to be displayed in the HTML Editor control.
<Option>: Optional Integer constant
Email display options:
emailOptionForwardedAdds a reply header at the beginning of the email.
emailOptionReplyAfterThe content of the email is indented. The reply will be written after the content.
emailOptionReplyBeforeThe content of the email is indented. The reply will be written before the content.

If this parameter is not specified or is set to 0, the email displayed in the control can be directly modified.
Business / UI classification: UI Code
Component: wd290obj.dll
Versión mínima requerida
  • Versión 26
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