Index

(application)

o2app_submit

array o2app_submit(string $index)

Returns information about html form and controls which sent the
submit.
$index parameter can be passed as "form" or "ctrl", to get submit form name or control name.
If $index is passed as something else or it is omitted, an array is returned in the form: array("form" => form_name, "ctrl" => ctrl_name).



Parameters:
  1. $index