This module provides utilities for interacting with elements in the Document Object Model (DOM).

It includes tools specifically designed for interacting with Intrexx controls, as well as general-purpose functions for manipulating HTML elements. These functions simplify tasks such as retrieving, setting and modifying element attributes, making DOM manipulation more intuitive and efficient.

The module includes features for managing focus, toggling element visibility and triggering events programmatically. It also offers utilities for form manipulation, such as serializing form data and accessing form elements. Furthermore, it provides methods for loading custom JavaScript files and additional style sheets (CSS).

Usage

The functions in this module can be accessed using the syntax ix.api.dom.functionName();

Example

// Use the GUID to fetch and interact with a specific control.
const myControl = ix.api.dom.getControl("<ELEMENT-GUID>");

Index

Interfaces

Functions