Documentation
This commit is contained in:
parent
1468f26239
commit
a8e8f0bbe8
2 changed files with 54 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue