| in.replyText("") | in.replyText("") | ||||
| onLocation(in) | onLocation(in) | ||||
| case "CLICK": | case "CLICK": | ||||
| in.replyText("") | |||||
| onClick(ss, in) | onClick(ss, in) | ||||
| in.replyText("") //safeguard | |||||
| case "VIEW": | case "VIEW": | ||||
| in.replyText("VIEW" + e.EventKey) | in.replyText("VIEW" + e.EventKey) | ||||
| case "TEMPLATESENDJOBFINISH": | case "TEMPLATESENDJOBFINISH": | ||||
| // <Status><![CDATA[success]]></Status> | // <Status><![CDATA[success]]></Status> | ||||
| // </xml> | // </xml> | ||||
| //in.replyText("TEMPLATESENDJOBFINISH") | //in.replyText("TEMPLATESENDJOBFINISH") | ||||
| in.replyText("") | |||||
| } | } | ||||
| return | return | ||||
| } | } |