{ "type": "class", | |
"qname": "org.apache.royale.events.utils.EditingKeys", | |
"baseClassname": "" | |
, | |
"description": "This class holds constants for editing keys See: https://w3c.github.io/uievents-key/#keys-editing See: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values#Editing_keys", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.8"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"members": [ | |
{ "type": "field", | |
"qname": "BACKSPACE", | |
"return": "String", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "The Backspace key. This key is labeled Delete on Mac keyboards."}, | |
{ "type": "field", | |
"qname": "CLEAR", | |
"return": "String", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "The Clear key. Removes the currently selected input."}, | |
{ "type": "field", | |
"qname": "COPY", | |
"return": "String", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "The Copy key (on certain extended keyboards)."}, | |
{ "type": "field", | |
"qname": "CURSOR_SELECT", | |
"return": "String", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "The Cursor Select key, CrSel."}, | |
{ "type": "field", | |
"qname": "CUT", | |
"return": "String", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "The Cut key (on certain extended keyboards)."}, | |
{ "type": "field", | |
"qname": "DELETE", | |
"return": "String", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "The Delete key, Del."}, | |
{ "type": "field", | |
"qname": "ERASE_EOF", | |
"return": "String", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "Erase to End of Field. Deletes all characters from the current cursor position to the end of the current field."}, | |
{ "type": "field", | |
"qname": "EXTEND_SELECTION", | |
"return": "String", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "The ExSel (Extend Selection) key."}, | |
{ "type": "field", | |
"qname": "INSERT", | |
"return": "String", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "The Insert key, Ins. Toggles between inserting and overwriting text."}, | |
{ "type": "field", | |
"qname": "PASTE", | |
"return": "String", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "Paste from the clipboard."}, | |
{ "type": "field", | |
"qname": "REDO", | |
"return": "String", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "Redo the last action."}, | |
{ "type": "field", | |
"qname": "UNDO", | |
"return": "String", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "Undo the last action."}] | |
} |