This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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>






