noalyss Version-9
|
manage attribut of a Template of Category of card. More...
Go to the source code of this file.
Variables | |
$action =$http->request("action") | |
$ad_id =$http->request("ad_id", "number") | |
$answer =[] | |
$answer ['content'] ="" | |
$answer ['message'] =_("Commande inconnue") | |
$answer ['status'] ="NOK" | |
$frd_id =$http->request("frd_id", "number") | |
$http =new HttpInput() | |
$objname =$http->request("objname") | |
return | |
try | |
security More... | |
manage attribut of a Template of Category of card.
The answer must be in json
Definition in file ajax_template_cat_category.php.
$action =$http->request("action") |
Definition at line 44 of file ajax_template_cat_category.php.
$ad_id =$http->request("ad_id", "number") |
Definition at line 45 of file ajax_template_cat_category.php.
$answer =[] |
Definition at line 30 of file ajax_template_cat_category.php.
$answer[ 'content'] ="" |
Definition at line 32 of file ajax_template_cat_category.php.
$answer[ 'message'] =_("Commande inconnue") |
Definition at line 33 of file ajax_template_cat_category.php.
$answer[ 'status'] ="NOK" |
Definition at line 31 of file ajax_template_cat_category.php.
$frd_id =$http->request("frd_id", "number") |
Definition at line 46 of file ajax_template_cat_category.php.
Referenced by Template_Card_Category\add_mandatory_attr(), and Template_Card_Category\input().
$http =new HttpInput() |
Definition at line 43 of file ajax_template_cat_category.php.
$objname =$http->request("objname") |
Definition at line 47 of file ajax_template_cat_category.php.
Referenced by Template_Card_Category\input().
return |
Definition at line 119 of file ajax_template_cat_category.php.
Referenced by Acc_Reconciliation_Lettering\auto_letter(), Fiche_Def\DisplayAttribut(), Fiche_Def\get(), Fiche_Def\getAttribut(), Sendmail\increment_mail(), Tag\save(), Document_modele\Save(), ISelect\transform(), and Document_modele\update().
try |
security
Definition at line 39 of file ajax_template_cat_category.php.