|
|
|
|
|
|
|
|
|
|
|
|
| Category: HTML file functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Used to identify or modify a control in an HTML form contained in an HTML Display control. |
|
|
|
|
|
|
|
| Executes a WLanguage browser procedure in an HTML Display control that displays a page created with WEBDEV. |
|
|
|
|
|
|
|
| Executes a WLanguage event associated with a control in an HTML page displayed by an HTML Display control. |
|
|
|
|
|
|
|
| Specifies the procedure to call if an error occurs while executing JavaScript code in an HTML Display control. |
|
|
|
|
|
|
|
| Validates a form in an HTML page displayed in an HTML Display control. |
|
|
|
|
|
|
|
| Starts navigation in an HTML Display control. |
|
|
|
|
|
|
|
| Generates a UTF-8 string containing an HTML document. |
|
|
|
|
|
|
|
| Searches for the element whose "ID" attribute matches a specific value in an HTML document. |
|
|
|
|
|
|
|
| Searches for elements whose "class" 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 that correspond to a tag in an HTML document. |
|
|
|
|
|
|
|
| Saves the content of an htmlDocument variable to an HTML file. |
|
|
|
|
|
|
|
| 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 "name" attribute matches a specific value in an HTML node. |
|
|
|
|
|
|
|
| Searches for elements that correspond to a tag in an HTML node. |
|
|
|
|
|
|
|
| Adds a node after the specified node in an HTML document. |
|
|
|
|
|
|
|
| Adds a node before the specified node in an HTML document. |
|
|
|
|
|
|
|
| Adds a child at the start of the children of the current node in an HTML document. |
|
|
|
|
|
|
|
| Adds a child after the child of the current node in an HTML document. |
|
|
|
|
|
|
|
| Adds or changes an attribute of the current node of the HTML document. |
|
|
|
|
|
|
|
| Removes the specified node and its descendants in an HTML document. |
|
|
|
|
|
|
|
| Removes a given attribute |
|
|
|
|
|
|
|
| Removes a given node in the current node of an HTML document. |
|
|
|
|
|
|
|
| Deletes the specified node in an HTML document without deleting its children, which take its place. |
|
|
|
|
|
|
|
| Wraps the specified node in a given node of an HTML document. |
|
|
|
|
|
|
|
| Wraps all children of the given node in a new node in an HTML document. |
|
|
|
|
|
|
|
| List of functions that manipulate HTML documents. |
|
|
|
|
|
|
|
| List of functions that manipulate HTML documents (prefix syntax). |
|
|
|
|
|
|
|
| The htmlAttribute type is used to define all the advanced characteristics of an attribute of an element in an HTML document. |
|
|
|
|
|
|
|
| Generates a UTF-8 string containing an HTML document. |
|
|
|
|
|
|
|
| The htmlDocument type is used to define all the advanced characteristics of an HTML document. |
|
|
|
|
|
|
|
| Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
|
|
|
|
|
|
|
|
| Searches for the element whose "ID" attribute matches a specific value in an HTML document (or in an HTML node). |
|
|
|
|
|
|
|
| Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node). |
|
|
|
|
|
|
|
| Searches for elements that correspond to a tag in an HTML document (or an HTML node). |
|
|
|
|
|
|
|
| Adds a node after the specified node in an HTML document. |
|
|
|
|
|
|
|
| Adds a node before the specified node in an HTML document. |
|
|
|
|
|
|
|
| Adds a child at the start of the children of the current node in an HTML document. |
|
|
|
|
|
|
|
| Adds a child after the child of the current node in an HTML document. |
|
|
|
|
|
|
|
| Adds or changes an attribute of the current node of the HTML document. |
|
|
|
|
|
|
|
| The htmlNode type is used to define all the advanced characteristics of a node of an HTML document. |
|
|
|
|
|
|
|
| Removes the specified node and its descendants in an HTML document. |
|
|
|
|
|
|
|
| Removes a given attribute |
|
|
|
|
|
|
|
| Removes a given node in the current node of an HTML document. |
|
|
|
|
|
|
|
| Saves the content of an htmlDocument variable to an HTML file. |
|
|
|
|
|
|
|
| Converts an HTML string or buffer to a buffer containing a PDF document. |
|
|
|
|
|
|
|
| Deletes the specified node in an HTML document without deleting its children, which take its place. |
|
|
|
|
|
|
|
| Wraps the specified node in a given node of an HTML document. |
|
|
|
|
|
|
|
| Wraps all children of the given node in a new node in an HTML document. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|