public
Description: Behavior Injection for Flex - a jQuery-like behavior injection framework for flex
Home | Edit | New

Set

Set allows you to set both properties and styles on a target :) You can specify any property name, and Bifff will first try to set a value of that name. If it fails, it will try to set a style.

You can use this to inject data changes to something. If the source changes, it will update the target again. Inject? is usually better for this purpose.

If it can’t set the properties, it will fail silently.

Properties

* Dynamic You can set anything on a set tag and it will try to set that on the target

Examples

See Examples

<Selector match=".one">
	<Set width="100"/>
</Selector>
Last edited by seanhess, Wed May 20 11:01:13 -0700 2009
Home | Edit | New
Versions: