noalyss Version-9
Variables
tag_detail.php File Reference

Go to the source code of this file.

Variables

 $icheckbox =new ICheckBox("tagcell_color")
 
 $nb_color =36
 
 $t_actif =new ISelect("t_actif")
 
 $t_description =new ITextarea('t_description',$data->t_description)
 
 $t_tag =new IText('t_tag',$data->t_tag)
 
 $uos =new Single_Record('tag')
 
$icheckbox javascript ='onclick="uncheck_other(this,\'tagcell_color\');"'
 
$t_actif selected =$data->t_actif
 
$t_description style =' class="itextarea" style="height:5em;vertical-align: top;"'
 
$t_actif value
 

Variable Documentation

◆ $icheckbox

$icheckbox =new ICheckBox("tagcell_color")

Definition at line 19 of file tag_detail.php.

Referenced by Acc_Other_Tax_MTable\input_custom().

◆ $nb_color

$nb_color =36

Definition at line 33 of file tag_detail.php.

◆ $t_actif

$t_actif =new ISelect("t_actif")

Definition at line 13 of file tag_detail.php.

◆ $t_description

$t_description =new ITextarea('t_description',$data->t_description)

Definition at line 11 of file tag_detail.php.

◆ $t_tag

$t_tag =new IText('t_tag',$data->t_tag)

Definition at line 10 of file tag_detail.php.

◆ $uos

$uos =new Single_Record('tag')

Definition at line 8 of file tag_detail.php.

◆ javascript

$icheckbox javascript ='onclick="uncheck_other(this,\'tagcell_color\');"'

Definition at line 20 of file tag_detail.php.

◆ selected

$t_actif selected =$data->t_actif

Definition at line 18 of file tag_detail.php.

◆ style

$t_description style =' class="itextarea" style="height:5em;vertical-align: top;"'

Definition at line 12 of file tag_detail.php.

◆ value

$t_actif value
Initial value:
=[
['label'=>_('Actif'),'value'=>'Y'],
['label'=>_('Non actif'),'value'=>'N']
]

Definition at line 14 of file tag_detail.php.