Changeset 791 for trunk/zoo-project/zoo-services/hello-js/cgi-env
- Timestamp:
- Dec 19, 2016, 6:03:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/hello-js/cgi-env/hello.js
r790 r791 29 29 } 30 30 31 function hellojs2(conf,inputs,outputs){32 outputs["result"]["value"]="Hello "+inputs["S"]["child"]["nom"]["value"]+" "+inputs["S"]["child"]["prenom"]["value"]+" from the JS World !";33 outputs["result1"]["child"]["tata"]["value"]="a"34 //SERVICE_SUCEEDED35 return {"result": 3,"outputs":outputs};36 }37 38 31 function hellojs1(conf,inputs,outputs){ 39 32 outputs["result"]["value"]="Hello "+inputs["S"]["value"]+" from the JS World !";
Note: See TracChangeset
for help on using the changeset viewer.