noalyss Version-9
|
Display a form for the title of a forecast. More...
Go to the source code of this file.
Variables | |
$fc_name = new IText("f_name", $forecast_sql->getp("f_name")) | |
$forecast_sql = new Forecast_SQL($this->cn, $this->forecast_id) | |
$ip_end = new Inplace_Edit($is_end) | |
$ip_name = new Inplace_Edit($fc_name) | |
$ip_start = new Inplace_Edit($is_start) | |
$is_end = new ISelect("p_end") | |
$is_start = new ISelect("p_start") | |
$fc_name | id ="fc_name" |
$is_start | selected = $forecast_sql->getp("f_start_date") |
$is_start | value = $this->cn->make_array("select p_id,p_start from parm_periode order by p_start") |
Display a form for the title of a forecast.
Definition in file anticipation-input_title.php.
$fc_name = new IText("f_name", $forecast_sql->getp("f_name")) |
Definition at line 28 of file anticipation-input_title.php.
$forecast_sql = new Forecast_SQL($this->cn, $this->forecast_id) |
Definition at line 27 of file anticipation-input_title.php.
Referenced by Forecast_Item_MTable\build().
$ip_end = new Inplace_Edit($is_end) |
Definition at line 43 of file anticipation-input_title.php.
$ip_name = new Inplace_Edit($fc_name) |
Definition at line 41 of file anticipation-input_title.php.
$ip_start = new Inplace_Edit($is_start) |
Definition at line 42 of file anticipation-input_title.php.
$is_end = new ISelect("p_end") |
Definition at line 32 of file anticipation-input_title.php.
$is_start = new ISelect("p_start") |
Definition at line 30 of file anticipation-input_title.php.
$is_end id ="fc_name" |
Definition at line 29 of file anticipation-input_title.php.
$is_end selected = $forecast_sql->getp("f_start_date") |
Definition at line 35 of file anticipation-input_title.php.
Definition at line 31 of file anticipation-input_title.php.