noalyss Version-9
Variables
anticipation-input_title.php File Reference

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")
 

Detailed Description

Display a form for the title of a forecast.

Definition in file anticipation-input_title.php.

Variable Documentation

◆ $fc_name

$fc_name = new IText("f_name", $forecast_sql->getp("f_name"))

Definition at line 28 of file anticipation-input_title.php.

◆ $forecast_sql

$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

$ip_end = new Inplace_Edit($is_end)

Definition at line 43 of file anticipation-input_title.php.

◆ $ip_name

$ip_name = new Inplace_Edit($fc_name)

Definition at line 41 of file anticipation-input_title.php.

◆ $ip_start

$ip_start = new Inplace_Edit($is_start)

Definition at line 42 of file anticipation-input_title.php.

◆ $is_end

$is_end = new ISelect("p_end")

Definition at line 32 of file anticipation-input_title.php.

◆ $is_start

$is_start = new ISelect("p_start")

Definition at line 30 of file anticipation-input_title.php.

◆ id

$is_end id ="fc_name"

Definition at line 29 of file anticipation-input_title.php.

◆ selected

$is_end selected = $forecast_sql->getp("f_start_date")

Definition at line 35 of file anticipation-input_title.php.

◆ value

$is_end value = $this->cn->make_array("select p_id,p_start from parm_periode order by p_start")

Definition at line 31 of file anticipation-input_title.php.