Administrator
|
Yes, two ways:
1. In the model, with e.g. `<bind relevant="instance('sth') = 'mystring'">`
2. In the view, with:
<xf:input ref="nodeToBind[instance('sth') = 'mystring']">
where `nodeToBind`is the XML node you were going to bind your control.
I hope this helps,
-Erik
|