blob: cce37ef78e788820f75a1e9909e5354c159ffd38 [file] [log] [blame]
{ "type": "interface",
"qname": "mx.core.IIMESupport",
"description": "The IIMESupport interface defines the interface for any component that supports IME (input method editor). IME is used for entering characters in Chinese, Japanese, and Korean.",
"tags": [
{ "tagName": "see",
"values": ["flash.system.IME"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "accessor",
"access": "read-only",
"return": "Boolean",
"qname": "enableIME",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Specifies whether the IME should be enabled when this component has focus. Even if a component uses the IME, it may not in all configurations. For example, TextArea will set enableIME to false if its <code>editable</code> is <code>false</code> since no input is allowed in that configuration. Similarly DataGrid always sets enableIME to false. If the DataGrid puts up an ItemEditor, its editor will have <code>enableIME</code> set to <code>true</code>.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "productversion",
"values": ["Flex 4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "imeMode",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The IME mode of the component.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}