|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Searches for a string in an HTML Editor control. |
|
|
|
|
|
|
|
| Converts an ANSI string (Windows) to an OEM string (DOS). |
|
|
|
|
|
|
|
| Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location. |
|
|
|
|
|
|
|
| Exports the content of an HTML Editor control to a PDF file. |
|
|
|
|
|
|
|
| Exports the content of an HTML Editor control to an Email variable (to send the email). |
|
|
|
|
|
|
|
| Selects a text fragment in an HTML Editor control. |
|
|
|
|
|
|
|
| Executes JavaScript code in an HTML Editor control. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Replaces one string with another in an HTML Editor control. |
|
|
|
|
|
|
|
| Asynchronously retrieves the current selection from an HTML Editor control. |
|
|
|
|
|
|
|
| Asynchronously retrieves the HTML document being displayed in an HTML Edit control. |
|
|
|
|
|
|
|
| Asynchronously retrieves the value of one of the properties of an HTML Editor control. |
|
|
|
|
|
|
|
| Replaces all occurrences of a specified substring in a string with another specified substring. |
|
|
|
|
|
|
|
| Inserts a table at the cursor position in an HTML Editor control. |
|
|
|
|
|
|
|
| Inserts text or HTML code at the cursor position in an HTML Editor control. |
|
|
|
|
|
|
|
| Modifies the style of the selected elements in an HTML Editor control. |
|
|
|
|
|
|
|
| Searches for elements that correspond to a tag in an HTML node. |
|
|
|
|
|
|
|
| Searches for elements that correspond to a tag in an HTML document. |
|
|
|
|
|
|
|
| Searches for the element whose "ID" attribute matches a specific value in an HTML node. |
|
|
|
|
|
|
|
| Searches for elements whose "class" attribute matches a specific value in an HTML node. |
|
|
|
|
|
|
|
| Searches for elements whose "class" attribute matches a specific value in an HTML document. |
|
|
|
|
|
|
|
| Searches for the element whose "ID" attribute matches a specific value in an HTML document. |
|
|
|
|
|
|
|
| Searches for elements whose "name" attribute matches a specific value in an HTML document. |
|
|
|
|
|
|
|
| Searches for elements whose "name" attribute matches a specific value in an HTML node. |
|
|
|
|
|
|
|
| Generates a UTF-8 string containing an HTML document. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|