noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
ajax.php File Reference

manage Ajax call for widget , called from html/ajax_misc.php. More...

Go to the source code of this file.

Variables

global $cn
 
 $http =new HttpInput()
 
 $w =$http->request("w","string","widget")
 
 try
 

Detailed Description

manage Ajax call for widget , called from html/ajax_misc.php.

Variables are :
  • action = action to perform
  • w is the widget code or if empty , the Widget class will be used
for Widget Class, possible actions are
  • widget.display : display the widget param : user_widget_id, user_widget_code
  • widget.refresh
  • widget.manage
  • widget.save
  • widget.insert

Definition in file ajax.php.

Variable Documentation

◆ $cn

global $cn

Definition at line 36 of file ajax.php.

◆ $http

$http =new HttpInput()

Definition at line 37 of file ajax.php.

◆ $w

$w =$http->request("w","string","widget")

Definition at line 43 of file ajax.php.

◆ try

try
Initial value:
{
$action=$http->request("action")

Definition at line 41 of file ajax.php.