value (attribute of Template Tag)


Description


This attribute enables to insert fixed values in the template.


Example


 <switch_ input=" this.address.zipcode ">

   <case_ value="59-220">

     <text>Legnica</text>

   </case_>

   <case_ value="45-573">

     <text>Wrocław</text>

   </case_>

   <default_>

     <text>Nie znam tego kodu 12</text>

   </default_>

 </switch_>