Home Manual Reference Source

References

Class Summary

Static Public Class Summary
public
public

Base class for widgets for WidgetRegistrySingleton.

public

DOM replacer that is mainly intended for DOM replace where some other components may need to know about the change to the DOM.

public

Extends DOMReplace adn change the methods to replace by making a request to the server.

public

Extends DOMReplaceFromUrl to replace the element with the same element from the server response.

public

HTML parser.

public

Makes working with document.cookie easy.

public

Extends HttpJsonRequest with automatic handling of the Django csrftoken.

public

Extends HttpResponse with extra functionality for working with JSON response data.

public

API for performing HTTP requests.

public

HTTP response.

public

Extends HttpRequest with transparent JSON request/response handling.

public

Defines valid log levels.

public
public

A logging system.

public

Query-string creator and parser.

public

Represents information about the received signal.

public

Object containing debugging information about a sent signal.

public

Signal handler singleton for global communication.

public

URL parser.

public

A very lightweight widget system.

public

Function Summary

Static Public Function Summary
public

Make a custom error "class".

public

onDocumentReady(callback: *)

Wrap a callback that is called when the document is done loading.

Variable Summary

Static Public Variable Summary
public

Exception raised by HttpCookies#getStrict when the cookie is not found.

public

Exception thrown when an element where we expect the data-ievv-jsbase-widget-instanceid attribute does not have this attribute.

public

Exception thrown when an element with the data-ievv-jsbase-widget-instanceid=<widgetInstanceId> attribute is not in the WidgetRegistrySingleton with <widgetInstanceId>.

public

Exception thrown when an element that we expect to have the data-ievv-jsbase-widget attribute does not have this attribute.

public

Exception raised by HttpCookies#getStrict when the cookie is not found.

public

Exception thrown when an element has a data-ievv-jsbase-widget with a value that is not an alias registered in the WidgetRegistrySingleton.