|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
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 | |
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 123 of file ajax_template_cat_category.php.
Referenced by Acc_Reconciliation_Lettering\auto_letter(), Acc_Tva\build(), Fiche_Def\DisplayAttribut(), Fiche_Def\get(), Noalyss\Widget\Widget\get_div_domid(), Fiche_Def\getAttribut(), Noalyss\Widget\Invoice\getConstantLimit(), Sendmail\increment_mail(), noalyss_strlen(), noalyss_strlentrim(), Document_Modele\Save(), Tag\save(), ISelect\transform(), and Document_Modele\update().
| try |