Pakket | mx.core |
Interface | public interface IIMESupport |
Geïmplementeerd door | AdvancedDataGridBaseEx, AdvancedDataGridColumn, ComboBase, ComboBox, DataGrid, DataGrid, DataGridColumn, FlexHTMLLoader, List, NumericStepper, NumericStepper, RichEditableText, SkinnableTextBase, TextArea, Tree, UIFTETextField, UITextField |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
enableIME : Boolean [alleen-lezen]
Specifies whether the IME should be enabled when
this component has focus. | IIMESupport | ||
imeMode : String
The IME mode of the component. | IIMESupport |
Eigenschapdetails
enableIME | eigenschap |
enableIME:Boolean
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | 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
.
Implementatie
public function get enableIME():Boolean
imeMode | eigenschap |
Wed Jun 13 2018, 11:42 AM Z