Confirmed users
266
edits
Allstars.chh (talk | contribs) |
Allstars.chh (talk | contribs) |
||
| Line 415: | Line 415: | ||
/** | /** | ||
* One of | * One of nsIDOMMozStkResultCode. | ||
*/ | */ | ||
attribute unsigned short resultCode; | attribute unsigned short resultCode; | ||
| Line 421: | Line 421: | ||
/** | /** | ||
* The identifier of the item selected by user. | * The identifier of the item selected by user. | ||
* | |||
* @see nsIDOMMozStkItem.identifier | |||
*/ | */ | ||
attribute unsigned short itemIdentifier; | attribute unsigned short itemIdentifier; | ||
| Line 428: | Line 430: | ||
*/ | */ | ||
attribute DOMString input; | attribute DOMString input; | ||
/** | |||
* Alphabet encoding. | |||
* | |||
* @see nsIDOMMozStkInput.isUCS2 | |||
*/ | |||
attribute boolean isUCS2; | |||
/** | /** | ||
* YES/NO response. | * YES/NO response. | ||
* | * | ||
* @see | * @see nsIDOMMozStkInput.yesNo | ||
*/ | |||
attribute boolean yesNo; | |||
/** | |||
* Packed or unpacked format. | |||
* | * | ||
* | * @see nsIDOMMozStkInput.isPacked | ||
*/ | */ | ||
attribute boolean | attribute boolean isPacked; | ||
/** | /** | ||
| Line 451: | Line 464: | ||
//TODO add deviceId for multi-SIM | //TODO add deviceId for multi-SIM | ||
}; | }; | ||
</pre> | </pre> | ||