On 5/19/15, 12:07 PM, "Michael Schmalle" <teotigraphix...@gmail.com> wrote:

>Ok,
>
>So using FlexJS you have certain CSS properties on components that update
>the this.element correct?
>
>So in AS how do you go about manipulating the look and feel of components?

FlexJS UI components are supposed to be MVC as well.  The default view is
supposed to respond to CSS like padding.  The layouts are supposed to
understand left, right, top, bottom and margins.

>
>Do you have to define all the CSS properties before hand to use them at
>runtime?

Right now, yes.  It is conceivable to build a way for AS to load CSS and
parse it for any CSS style that is a “scalar” value.  You won’t be able to
change things that reference classes unless we do lots more work more like
Flex CSS Style Modules.

-Alex

Reply via email to