- Diviner Queries
- All Atoms
- Search
- Diviner Search
Diviner All Atoms
All Atoms
All Atoms
- Method
- Method
- Method
- Method
- Method
- Hide the "waiting for results" UI.
- Method
- Show a "waiting for results" UI. We may be showing a partial result set at this time, if the user is extending a query we already have results for.
- Method
- Method
- Show a given result set in the typeahead's dropdown suggestion menu. Normally, you don't call this method directly. Usually it gets called in response to events from the datasource you have configured.
- Method
- Hide the typeahead's dropdown suggestion menu.
- Method
- Override the <input /> selected in the constructor with some other input. This is primarily useful when building a control on top of the typeahead, like @{class:JX.Tokenizer}.
- Method
- Method
- Configure a datasource, which is where the Typeahead gets suggestions from. See @{class:JX.TypeaheadDatasource} for more information. You must provide exactly one datasource.
- Method
- Activate your properly configured typeahead. It won't do anything until you call this method!
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Get the raw state of a result by its ID. A number of other events and mechanisms give a list of result IDs and limited additional data; if you need to act on the full result data you can look it up here.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Optional function which is used to filter results before display. Inputs are the input string and a list of matches. The function should return a list of matches to display. This is the minimum useful implementation:
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Generate a token based on a key and value. The "token" and "remove" sigils are observed by a listener in start().
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Emitted when the value of the tokenizer changes, similar to an 'onchange' from a <select />.
- Method
- Method
- Method
- Method
- Method
- Modifies the path on top of the history stack.
- Method
- Pushes a path onto the history stack.
- Method
- Returns the path on top of the history stack.
- Method
- Get the name of the mechanism used to interface with the browser history stack.
- Method
- Starts history management. This method must be invoked first before any other JX.History method can be used.
- Method
- Method
- Method
- Method
- Method
- Set the domain
- Method
- Set a specific query parameter Remove a query key by setting it undefined
- Method
- Append and override query data values Remove a query key by setting it undefined
- Method
- Convert a Javascript object into an HTTP query string.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Check that all array values equal the expected value.
- Method
- Get the shortened token to display in the API Tokens overview. Static string if the token is a Cluster API Token.
- Method
- Set a custom token name
- Method
Public contents are in Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) or GNU Free Documentation License (at your option) unless otherwise noted. · Contact / Register