31$is_start->value = $this->
cn->make_array(
"select p_id,p_start from parm_periode order by p_start");
33$is_end->value = $this->
cn->make_array(
"select p_id,p_end from parm_periode order by p_end");
45$ip_name->add_json_param(
"op",
"forecast");
46$ip_start->add_json_param(
"op",
"forecast");
47$ip_end->add_json_param(
"op",
"forecast");
53$ip_name->add_json_param(
"f_id", $this->forecast_id);
54$ip_start->add_json_param(
"f_id", $this->forecast_id);
55$ip_end->add_json_param(
"f_id", $this->forecast_id);
57$ip_name->set_callback(
"ajax_misc.php");
59$ip_end->set_callback(
"ajax_misc.php");
67<div
class=
"form-group">
69<
label for=
"p_start" class=
"form-group"><?= _(
"Début") ?></
label>
71<
label for=
"p_end" class=
"form-group"><?= _(
"Fin") ?></
label>
h1($p_string, $p_class="")
static id()
return the 'gDossier' value after a check
ORM abstract of the table public.forecast.
Html Input , create a tag <SELECT> ... </SELECT> if readonly == true then display the label correspon...
Inplace_edit class for ajax update of HtmlInput object.