Global

Members

(constant) DOMUtils

Description:
  • DOMUtils DOM Helper Utilities Native DOM API wrappers to replace jQuery functionality
Source:
DOMUtils DOM Helper Utilities Native DOM API wrappers to replace jQuery functionality

Methods

$$(id) → {*}

Description:
  • This is how components are accessed.
Source:
Parameters:
Name Type Description
id string for radio buttons this is the id of the group, for other controls this is the control's id
Returns:
the component object
Type
*

DateTimeUtils.(tz) → {string}

Description:
  • Normalizes a provided timezone string. This helper ensures that a valid IANA timezone identifier is always returned. If the given `tz` value is `null`, `undefined`, empty, or only whitespace, the system's default timezone is returned instead.
Source:
Parameters:
Name Type Description
tz
Returns:
Type
string