|
|
|
|
|
|
|
WINDEV and WEBDEV allow you to programmatically manipulate HTML controls... |
|
|
|
|
|
|
The HTML property is used to configure the use of HTML content. |
|
|
|
|
|
|
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable... |
|
|
|
|
|
|
The HTML control displays HTML pages or HTML code... |
|
|
|
|
|
|
List of functions that manipulate HTML documents (prefix syntax). |
|
|
|
|
|
|
List of functions that manipulate HTML documents. |
|
|
|
|
|
|
The "Export" pane in the report viewer allows you to perform the following operations... |
|
|
|
|
|
|
Converts the HTML color into RGB color. |
|
|
|
|
|
|
Returns the HTML color corresponding to the RGB color. |
|
|
|
|
|
|
Used to select the directory in which the images must be generated during a print in HTML format.
|
|
|
|
|
|
|
Adds a link to a URL address into the HTML page currently printed. |
|
|
|
|
|
|
Converts an HTML string or buffer to a buffer containing a PDF document. |
|
|
|
|
|
|
Wraps all children of the given node in a new node in an HTML document. |
|
|
|
|
|
|
Adds a child at the start of the children of the current node in an HTML document. |
|
|
|
|
|
|
Asynchronously retrieves the value of one of the properties of an HTML Editor control. |
|
|
|
|
|
|
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control. |
|
|
|
|
|
|
The HTMLAfter property is used to get and change the HTML code inserted after the control. |
|
|
|
|
|
|
The RootNode property is used to get the root nodes of an HTML or XML document. |
|
|
|
|
|
|
Generates a UTF-8 string containing an HTML document. |
|
|
|
|
|
|
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document. |
|
|
|
|
|
|
Exports the content of an HTML Editor control to an Email variable (to send the email). |
|
|
|
|
|
|
Generates a UTF-8 string containing an HTML document. |
|
|
|
|
|
|
Searches for the element whose "ID" attribute matches a specific value in an HTML node. |
|
|
|
|
|
|
The HTMLHeader property is used to get and change the HTML code inserted in the page header. |
|
|
|
|
|
|
Runs JavaScript code in the context of the Web page displayed by an HTML Display control. |
|
|
|
|
|
|
Deletes the specified node in an HTML document without deleting its children, which take its place. |
|
|
|
|
|
|
... of an element in an HTML document. |
|
|
|
|
|
|
... in an HTML Editor control |
|
|
|
|
|
|
The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|