Abstract
Static
AttributeStatic
StylesGetter of the class that helps to manipulate the HTML styles and classes.
OSFramework.Helper.Dom
Static
ClassFunction that performs a querySelector of a given class in a given element.
{(HTMLElement | undefined)} Return the HTMLElement found, of if not undefined.
OSFramework.Helper.Dom
Element to be queried.
CSS class to test its value.
Static
DisableStatic
EnableStatic
GenerateStatic
GetStatic
GetResponsable for finding a DOM Element by its name attribute. That is commonly used to store the uniqueID generated by the framework.
{HTMLElement} The respective DOM Element.
OSFramework.Helper.Dom
uniqueId generated by the framework.
Static
GetMethod to get the list of focusable elements
{HTMLElement[]} List of focusable elements
Dom
Element to be queried.
Optional
includeTabIndexHidden: boolean = falseInclude elements with tabindex -1
Static
IsStatic
MoveStatic
SetMethod that will help on setting the value of an input and trigger that change to the platform in order to update it's assigned variable, otherwise platform value do not get updated if/when only a value attribute get set!
OSFramework.Helper.Dom
Element where the value will be assigned!
Value to be assigned
Static
TagFunction that performs a querySelector of a given html tag in a given element.
{(HTMLElement | undefined)}
OSFramework.Helper.Dom
Element to be queried.
HTML element to be searched for.
Static
TagFunction that performs a querySelectorAll of a given html tag in a given element.
{(HTMLElement | undefined)}
OSFramework.Helper.Dom
Element to be queried.
HTML element to be searched for.
Getter of the class that helps to manipulate the HTML attributes.
Static
Memberof
OSFramework.Helper.Dom