Paket | mx.core |
Arabirim | public interface IIMESupport |
Uygulayıcılar | AdvancedDataGridBaseEx, AdvancedDataGridColumn, ComboBase, ComboBox, DataGrid, DataGrid, DataGridColumn, FlexHTMLLoader, List, NumericStepper, NumericStepper, RichEditableText, SkinnableTextBase, TextArea, Tree, UIFTETextField, UITextField |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
İlgili API Öğeleri
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
enableIME : Boolean [salt okunur]
Specifies whether the IME should be enabled when
this component has focus. | IIMESupport | ||
imeMode : String
The IME mode of the component. | IIMESupport |
Özellik Ayrıntısı
enableIME | özellik |
enableIME:Boolean
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | 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
.
Uygulama
public function get enableIME():Boolean
imeMode | özellik |
Tue Jun 12 2018, 01:09 PM Z