Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The StyleableCSSTextField class implements more CSS text styles in a TextField.
This makes it easier to use one in a "shadow DOM" in a complex skin.
className:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The classname. Often used for CSS
class selector lookups.
Implementation public function get className():String
public function set className(value:String):void
id:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
An id property for MXML documents.
Implementation public function get id():String
public function set id(value:String):void
parent:DisplayObjectContainer
[read-only] [override]
Implementation public function get parent():DisplayObjectContainer
style:Object
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The object that contains
"styles" and other associated
name-value pairs. You can
also specify a string in
HTML style attribute format.
Implementation public function get style():Object
public function set style(value:Object):void
public var typeNames:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
A list of type names. Often used for CSS
type selector lookups.
public function StyleableCSSTextField()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
Mon Sep 5 2016, 07:19 AM -07:00