Builtin Events
Builtin Events
- invoke(type, more) โ Invoke a class event, notifying all listeners. You must declare the events your class invokes when you install it; see @{function:JX.install} for documentation. Any arguments you provide will be passed to listener callbacks.
- static listen(type, callback) โ Static listen interface for listening to events produced by any instance of this class. See @{method:listen} for documentation.
Other Methods
Other Methods
- construct(uri, data)
- static newFromForm(form, data, keep_enabled)
- static newFromLink(link)
- private _push()
- private _pop()
- private static _onlink(event)
- private static _onbutton(event)
- private static _onsyntheticsubmit(e)
- private static _dosubmit(form, button)
- private static _getActiveWorkflow()
- private static _onresizestart(e)
- private static _onmousemove(e)
- private static _onmouseup()
- getSourceForm()
- pause()
- resume()
- private _onload(r)
- private _destroy()
- start()
- private _send()
- getRoutable()
- setData(dictionary)
- addData(key, value)
- setDataWithListOfPairs(list_of_pairs)