Answered
FlowElement interface details
In a previous thread there was mention of FlowElement having
a styleName attribute as well as a custom attribute interface (incl
import/export).
I grabbed the latest swc files from the gumbo trunk, and styleName is implemented as a member of FlowElement.
I was wondering if there was any more information on how to use the styleName attribute?
Does it use css styles?
How are they loaded?
Does it work in the import/export scenarios?
Also, if you can give some information on the custom attribute interface that would be helpful. I tried adding some custom attributes to TLF markup and importing/exporting it, but I did not get the attributes on export. Also, is there a way to find if an element has the custom attribute in ActionScript?
Thanks,
Tim
I grabbed the latest swc files from the gumbo trunk, and styleName is implemented as a member of FlowElement.
I was wondering if there was any more information on how to use the styleName attribute?
Does it use css styles?
How are they loaded?
Does it work in the import/export scenarios?
Also, if you can give some information on the custom attribute interface that would be helpful. I tried adding some custom attributes to TLF markup and importing/exporting it, but I did not get the attributes on export. Also, is there a way to find if an element has the custom attribute in ActionScript?
Thanks,
Tim
