- Description:
Grade dialogue.
- Source:
- Copyright:
- 2016 Frédéric Massart - FMCorz.net
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Grade dialogue.
Classes
Methods
(protected, inner) _afterRender()
- Description:
After render hook.
- Source:
(protected, inner) _find(selector) → {node}
- Description:
Find a node in the dialogue.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
selector |
String |
Returns:
The node
- Type
- node
(protected, inner) _render() → {Promise}
- Description:
Render the dialogue.
- Source:
Returns:
- Type
- Promise
(inner) close()
- Description:
Close the dialogue.
- Source:
(inner) display() → {Promise}
- Description:
Opens the picker.
- Source:
Returns:
- Type
- Promise