addNavigationPath | 
    Top Previous Next | 
| 
 The addNavigationPath command defines the sequence of steps to be executed. The command has to be called once for each step (except the last one), letting the application know what step should follow one another. 
 
 JavaScript code 
 
 
 Parameters 
 stepFrom : JavaScript function stepTo : JavaScript function 
 Read more: 
 
 
  |