noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
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->load()
 $html = ob_get_contents()
 $name = new IText('opd_name')
 $op = new Pre_Operation($cn,$_GET['id'])
 $opd_description = new ITextarea('od_description')
 echo
$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 = $op->load()

Definition at line 30 of file ajax_mod_predf_op.php.

$html = ob_get_contents()

Definition at line 60 of file ajax_mod_predf_op.php.

$name = new IText('opd_name')

Definition at line 36 of file ajax_mod_predf_op.php.

$op = new Pre_Operation($cn,$_GET['id'])
$opd_description = new ITextarea('od_description')

Definition at line 40 of file ajax_mod_predf_op.php.

Referenced by Pre_operation\save_propose().

Definition at line 71 of file ajax_mod_predf_op.php.

$size size = 60
$opd_description style = ' class="itextarea" style="width:30em;height:4em;vertical-align:top"'
$opd_description value = $op->od_name

Definition at line 37 of file ajax_mod_predf_op.php.

 All Data Structures Namespaces Files Functions Variables Enumerations