Documentation

This commit is contained in:
sparkyx 2023-01-15 22:24:54 +01:00
parent 1468f26239
commit a8e8f0bbe8
2 changed files with 54 additions and 2 deletions

View file

@ -31,7 +31,7 @@
\code
$objet->set_pk($p_id);
// It is very important to set the name of the javascript variable
// Contained in the http_input variable "ctl"
// Contained in the http_input variable "ctl" , without this the list cannot be updated
$objet->set_object_name($objet_name);
// Set the ajax to call
@ -51,6 +51,7 @@
$json=json_encode($aJson);
$objet->param_set($json);
// Display the box
header('Content-type: text/xml; charset=UTF-8');
$xml=$objet->ajax_input();