<bindings>
<binding source="#sourceIn" event="keyup" target="#targeOut" property="innerHTML" />
</bindings>
<bindings>
<binding source="#red" event="change" target=".box" property="style.backgroundColor" targetFormat='rgb(0 ,0 ,{0})' />
<binding source="#green" event="change" target=".box" property="style.backgroundColor"
targetFormat='rgb(0 ,{0} ,0)' />
<binding source="#blue" event="change" target=".box" property="style.backgroundColor"
targetFormat='rgb({0} ,0 ,0)' />
</bindings>