Paket | mx.styles |
Sınıf | public final class CSSConditionKind |
Miras Alma | CSSConditionKind Object |
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 |
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
CLASS : String = "class" [statik]
A selector condition to match a component by styleName. | CSSConditionKind | ||
ID : String = "id" [statik]
A selector condition to match a component by id. | CSSConditionKind | ||
PSEUDO : String = "pseudo" [statik]
A selector condition to match a component by state (which may be
dynamic and change over time). | CSSConditionKind |
Sabit Ayrıntısı
CLASS | Sabit |
public static const CLASS:String = "class"
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 |
A selector condition to match a component by styleName. Examples: Button.special { ... } .special { ... }
ID | Sabit |
public static const ID:String = "id"
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 |
A selector condition to match a component by id. Examples: Button#special { ... } #special { ... }
PSEUDO | Sabit |
public static const PSEUDO:String = "pseudo"
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 |
A selector condition to match a component by state (which may be dynamic and change over time). Examples: Button:special { ... } :special { ... }
Tue Jun 12 2018, 01:09 PM Z