Introduction

#sourceIn
Your First Name is : #targeOut
  
  <bindings>
 <binding source="#sourceIn" event="keyup" target="#targeOut" property="innerHTML" />
 </bindings>
Red :
Green :
Blue :
  
    
<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>