Help for this page

Select Code to Download


  1. or download this
    {attributes}{control1} = "abc"  
    {attributes}{control2}[0] = "cde"
    {attributes}{control2}[1] = "fgh"
    
  2. or download this
    if (exists $dialog->{attributes}[0]){
       ... do something....
    }