-
Notifications
You must be signed in to change notification settings - Fork 0
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.
* | Dynamic | You can set anything on a set tag and it will try to set that on the target |
See Examples
<Selector match=".one"> <Set width="100"/> </Selector>