Skip to content
seanhess edited this page Sep 13, 2010 · 5 revisions

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>
Clone this wiki locally