Global namespace for the jRT framework.
Classes
- Action
- Ajax
- AlertBox
- App
- Block
- ConfirmBox
- Dialog
- DialogBox
- Element
- Form
- HashUrl
- ImageBox
- JrtError
- LocaleBundle
- LocalStorage
- LZW
- Modal
- Page
- PromptBox
- Runtime
- Serializable
- SystemDialogBox
- Template
- View
Interfaces
Type Definitions
AjaxRequestValue
The type of values for the URL parameters of an AJAX request. Null values are passed as "" and object values are formatted as expected by the PHP URL parser.
Type:
- jrt.FormValue | !Object.<!jrt.AjaxRequestValue> | null
AjaxResponse
Type:
- Object | string | Document | ArrayBuffer | Blob
DialogReturnValue
The type of the value returned when a dialog is closed (see jrt.Modal#returnValue).
Type:
- string | number | boolean | !Object.<(string|number|boolean)> | null
FormControl
Type:
- HTMLSelectElement | HTMLInputElement | HTMLTextAreaElement | HTMLOutputElement | HTMLButtonElement
FormValue
The type of form control values and values sent in an app request parameters object.
Type:
- string | number | boolean