Adobe® Flash® Platform için ActionScript® 3.0 Başvurusu
Ana Sayfa  |  Paket ve Sınıf Listesini Gizle |  Paketler  |  Sınıflar  |  Yenilikler  |  Dizin  |  Ekler  |  Niçin İngilizce?
Filtreler: Sunucudan Veri Alınıyor...
Sunucudan Veri Alınıyor...
mx.core 

IIMESupport  - AS3 Flex

Paketmx.core
Arabirimpublic 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

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.

İlgili API Öğeleri



Genel Özellikler
 ÖzellikTanı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 
imeMode:String

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

The IME mode of the component.



Uygulama
    public function get imeMode():String
    public function set imeMode(value:String):void




[ X ]Niçin İngilizce?
ActionScript 3.0 Başvurusu'ndaki içerik İngilizce görünür

ActionScript 3.0 Başvurusu'nun tüm bölümleri tüm dillere çevrilmemiştir. Bir dil öğesi çevrilmediğinde İngilizce görünür. Örneğin, ga.controls.HelpBox sınıfı hiçbir dile çevrilmez. Bu nedenle, başvurunun Türkçe versiyonunda ga.controls.HelpBox sınıfı İngilizce görünür.