| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The IStyleableObject interface is the interface for
objects that support style properties.
className:String| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Get the className(s) that will be used to
choose class selectors in most CSS style
implementations. This property is called
styleName in the Flex SDK.
Implementation public function get className():String public function set className(value:String):voidid:String [read-only]
| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Get the id that will be used to
choose id selectors in most CSS style
implementations.
Implementation public function get id():Stringstyle:Object [read-only]
| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Get the object containing styles
for this object.
Implementation public function get style():Object
Mon Sep 5 2016, 07:19 AM -07:00