Global

Methods

module:jQueryPluginDBox($, stringsopt) → {external:jQuery}

Parameters:
Name Type Attributes Description
$ external:jQuery
strings PlainObject <optional>
Properties
Name Type Attributes Description
ok PlainObject <optional>
cancel PlainObject <optional>
Source:
Returns:
Type
external:jQuery

(async) processResults(url) → {Promise.<void>}

Shows results after query submission.

Parameters:
Name Type Description
url string
Source:
Returns:
Type
Promise.<void>

touchHandler(ev) → {void}

Parameters:
Name Type Description
ev Event
Source:
Returns:
Type
void

Type Definitions

ArbitraryCallbackResult

This should only be used when the return result from a callback is not known as to type.

Type:
  • any
Source:

ArbitraryModule

Type:
  • object
Source:

ArbitraryObject

This should only be used for objects known to be potentially arbitrary in form. For those whose determination has not yet been made, simply use type object (or type ? if it may also be a primitive).

Type:
  • object
Source:

ArgumentsArray

This should only be used for arrays known to be potentially arbitrary in form and representing arguments for passing around

Type:
Source:

Float

Type:
  • number
Source:

GenericArray

This should only be used for arrays known to be potentially arbitrary in form. For those whose determination has not yet been made, simply use type Array.

Type:
  • Array
Source:

GenericCallback(…args) → {ArbitraryCallbackResult}

Parameters:
Name Type Attributes Description
args any <repeatable>

Signature dependent on the function

Source:
Returns:

Return dependent on the function

Type
ArbitraryCallbackResult

Integer

Type:
Source:

JSON

Type:
Source:

PlainObject

This should only be used for objects known to be potentially arbitrary in form, but not of a special type. For those whose determination has not yet been made, simply use type object.

Type:
Source: