Confirmed users
266
edits
Allstars.chh (talk | contribs) |
Allstars.chh (talk | contribs) |
||
Line 515: | Line 515: | ||
=== STK response === | === STK response === | ||
<pre> | <pre> | ||
dictionary | dictionary MozStkResponse | ||
{ | { | ||
/** | /** | ||
* One of RESULT_* | * One of RESULT_* | ||
Line 546: | Line 525: | ||
* The identifier of the item selected by user. | * The identifier of the item selected by user. | ||
* | * | ||
* @see | * @see MozStkItem.identifier | ||
*/ | */ | ||
unsigned short itemIdentifier; | unsigned short itemIdentifier; | ||
Line 554: | Line 533: | ||
*/ | */ | ||
DOMString input; | DOMString input; | ||
/** | /** | ||
* YES/NO response. | * YES/NO response. | ||
* | * | ||
* @see | * @see MozStkInput.isYesNoRequested | ||
*/ | */ | ||
boolean isYesNo; | boolean isYesNo; | ||
/** | /** |