noalyss Version-9
|
this file respond to an ajax request and return an object with the ctl and the html string at minimum More...
Go to the source code of this file.
Variables | |
$cn =Dossier::connect() | |
$cont =0 | |
$extra ="" | |
global | $g_user =new Noalyss_User($cn) |
$html =var_export($_REQUEST,true) | |
$http =new HttpInput() | |
$var =array('gDossier','op2','ctl') | |
switch($op2) | $xml =escape_xml($html) |
this file respond to an ajax request and return an object with the ctl and the html string at minimum
{'ctl':'','html':''}
The parameters are
Definition in file ajax_card.php.
$cn =Dossier::connect() |
Definition at line 82 of file ajax_card.php.
$cont =0 |
Definition at line 65 of file ajax_card.php.
$extra ="" |
Definition at line 90 of file ajax_card.php.
$g_user =new Noalyss_User($cn) |
Definition at line 83 of file ajax_card.php.
$html =var_export($_REQUEST,true) |
Definition at line 87 of file ajax_card.php.
$http =new HttpInput() |
Definition at line 81 of file ajax_card.php.
$var =array('gDossier','op2','ctl') |
Definition at line 64 of file ajax_card.php.
Referenced by compute_variable().
switch ( $op2) $xml =escape_xml($html) |
Definition at line 806 of file ajax_card.php.
Referenced by Manage_Table_SQL\ajax_delete(), Manage_Table_SQL\ajax_input(), Manage_Table_SQL\ajax_save(), Extension\check_xml(), escape_xml(), Extension\read_definition(), Package_Repository\read_package_xml(), and unescape_xml().