Manual Reference Source Test

References

summary
public

Class for handling a collection of any HtmlElement (or extended) objects.

version 1.0.0 since 1.0.0
public

Element is basically a constructor that will take anything (string, node...) and returns the appropriate Elementify object.

version 1.0.0 since 1.0.0
public

F load(Qname: string)

Load Elementify names exports into the global scope.

version 1.0.0 since 1.0.0
public

F Q(s: Element | Node | String, e: Element | Node | String | ArrayObject): Collection | HtmlElement

The Q function can be used to create Elements, enhance nodes and query DOM or nodes.

version 1.0.0 since 1.0.0
public

This callback is used in forEach callback iteration on a Collection.

public

This callback is used in rule validation for InputElement.

public

Object used to store the validation rules on an InputElement.

public

Any vanilla object that is on the form of a paired key/value structure :

public

A read-only object that parses position and size informations about an HtmlElement.

public
public
public
public
public
public

E Node

public
public

E RegExp

elements

summary
public
public
public

A FormElement instance node may contains only <form> Element.

version 1.0.0 since 1.0.0
public

This the common class for all other elements.

version 1.0.0 since 1.0.0
public

InputElement is the common basic class wrapping all vanilla HTML inputs.

version 1.0.0 since 1.0.0
public

events

summary
public

EventsManager class provide an object in order to easily track and manage user-defined events Eventified Elements

version 1.0.0 since 1.0.0
public

Returns a promise fullfilled when document is at complete state meaning all assets have been loaded

version 1.0.0 since 1.0.0
public

F ready(callback: *): Promise

Returns a promise fullfilled when document is at interactive state meaning DOM is safe to manipulate

version 1.0.0 since 1.0.0

utilities

summary
public

F hash(text: string): string

This function takes a string as argument and returns its hash.

version 1.0.0 since 1.0.0
public

F uniqid(prefix: string, moreEntropy: boolean): string

This function returns a unique identifier

version 1.0.0 since 1.0.0
Directories