Index

(misc)

o2_act4js

string o2_act4js(integer $prg_id, string $action_name)

Returns the javascript for executing an action into a running program
($prg_id = 0 for actually running program).
This function can accept infinite parameters: parameters after the second will be passed in the call. See function o2_reqpar() to retrieve passed parameters.


Parameters:
  1. $prg_id
  2. $action_name
Related functions:

o2_reqpar

o2_prg4http