noalyss Version-9
Variables
ajax_mod_predf_op.php File Reference

display a form to change the name of a predefined operation More...

Go to the source code of this file.

Variables

 $array =$op->blank($ledger_id)
 
 $html = escape_xml($html1)
 
 $html1 = ob_get_contents()
 
 $id =$http->get("id","number")
 
 $name = new IText('opd_name')
 
 $op =new Pre_Operation($cn,$id)
 
 $opd_description =new ITextarea('od_description')
 
if( $id > 0) else
 
$name size = 60
 
$opd_description style =' class="itextarea" style="width:30em;height:4em;vertical-align:top"'
 
$name value = $op->od_name
 

Detailed Description

display a form to change the name of a predefined operation

Definition in file ajax_mod_predf_op.php.

Variable Documentation

◆ $array

$array =$op->blank($ledger_id)

Definition at line 41 of file ajax_mod_predf_op.php.

◆ $html

$html = escape_xml($html1)

Definition at line 73 of file ajax_mod_predf_op.php.

◆ $html1

$html1 = ob_get_contents()

Definition at line 71 of file ajax_mod_predf_op.php.

◆ $id

$id =$http->get("id","number")

Definition at line 28 of file ajax_mod_predf_op.php.

◆ $name

$name = new IText('opd_name')

Definition at line 47 of file ajax_mod_predf_op.php.

◆ $op

$op =new Pre_Operation($cn,$id)

Definition at line 30 of file ajax_mod_predf_op.php.

◆ $opd_description

$opd_description =new ITextarea('od_description')

Definition at line 51 of file ajax_mod_predf_op.php.

Referenced by Pre_operation\save_propose().

◆ else

if (headers_sent()) else
Initial value:
{
$ledger_id=$http->get("ledger_id","number")
$ledger_id

Definition at line 38 of file ajax_mod_predf_op.php.

◆ size

$num size = 60

◆ style

$dest style =' class="itextarea" style="width:30em;height:4em;vertical-align:top"'

◆ value

$opd_description value = $op->od_name

Definition at line 48 of file ajax_mod_predf_op.php.