Home > @jsplumbtoolkit/dialogs-core
dialogs-core package
Classes
| Class | Description |
|---|---|
| DialogsBase | Simple dialog library. Created for use in the Toolkit demonstrations. |
Functions
| Function | Description |
|---|---|
| apply(dataset, el, autoCommitHandler, unresolvedElementSetter) | Apply the given object to the given DOM element. This method will find all child elements of el that have a jtk-att attribute set, and then attempt to set the value of any found DOM element with a value extracted from dataset. |
| attSel(att) | |
| checkValidity(el) | Searches children of the given element to find elements that have a
|
| clear(els, source) | |
| extract(el, unresolvedElementGetter) | Extracts a dataset from the given element by finding child elements that have a jtk-att attribute set, and extracting from those elements their value. When the same jtk-att value appears more than once as a child of el, the values are stored in an array for that field. |
| extractValueFromElement(el, unresolvedElementGetter) | Extract the value represented by the given element. |
Interfaces
| Interface | Description |
|---|---|
| DialogsOptions | |
| ShowOptions | Defines the allowed options to the show method. |
Variables
| Variable | Description |
|---|---|
| Attributes | |
| Classes | |
| DATA_ATTRIBUTE | |
| Elements | |
| Events | |
| Values |
Type Aliases
| Type Alias | Description |
|---|---|
| CancelFunction | |
| CloseFunction | |
| CommitFunction | |
| MaybeCloseFunction | |
| OpenFunction |