Paket | mx.core |
Gränssnitt | public interface IIMESupport |
Implementorer | AdvancedDataGridBaseEx, AdvancedDataGridColumn, ComboBase, ComboBox, DataGrid, DataGrid, DataGridColumn, FlexHTMLLoader, List, NumericStepper, NumericStepper, RichEditableText, SkinnableTextBase, TextArea, Tree, UIFTETextField, UITextField |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Relaterade API-element
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
enableIME : Boolean [skrivskyddad]
Specifies whether the IME should be enabled when
this component has focus. | IIMESupport | ||
imeMode : String
The IME mode of the component. | IIMESupport |
Egenskapsdetaljer
enableIME | egenskap |
enableIME:Boolean
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
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 editable
is false
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 enableIME
set to true
.
Implementering
public function get enableIME():Boolean
imeMode | egenskap |
Tue Jun 12 2018, 01:40 PM Z