ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / HTML Editor functions
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 following WLanguage functions are used to manage HTML Editor controls (prefix syntax):
<Editor HTML>.InsertTableInserts a table at the cursor position in an HTML Editor control.
<HTML editor>.ExecuteJSExecutes JavaScript code in an HTML Editor control.
<HTML editor>.FormatSelectionModifies the style of the selected elements in an HTML Editor control.
<HTML editor>.FromEmailImports 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.
<HTML editor>.GetAsynchronously retrieves the value of one of the properties of an HTML Editor control.
<HTML editor>.GetDocumentAsynchronously retrieves the HTML document being displayed in an HTML Edit control.
<HTML editor>.GetSelectionAsynchronously retrieves the current selection from an HTML Editor control.
<HTML editor>.InsertInserts text or HTML code at the cursor position in an HTML Editor control.
<HTML editor>.ReplaceReplaces one string with another in an HTML Editor control.
<HTML editor>.SearchSearches for a string in an HTML Editor control.
<HTML editor>.SelectSelects a text fragment in an HTML Editor control.
<HTML editor>.ToEmailExports the content of an HTML Editor control to an Email variable (to send the email).
<HTML editor>.ToPDFExports the content of an HTML Editor control to a PDF file.
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2023

Send a report | Local help