28 require_once NOALYSS_INCLUDE.
'/lib/class_html_input.php';
35 $this->
value=$p_value;
42 public function input($p_name=null,$p_value=null)
44 $this->
name=($p_name==null)?$this->
name:$p_name;
45 $this->
value=($p_value==null)?$this->
value:$p_value;
48 $this->
id=($this->
id==
"")?$this->
name:$this->
id;
52 <image onclick=\"search_reconcile(".
dossier::id().
",'%s','%s','%s','%s')\" class=\"image_search\" src=\"image/magnifier13.png\" />
54 <INPUT TYPE=\"text\" style=\"color:black;background:lightyellow;border:solid 1px grey;\" NAME=\"%s\" ID=\"%s\" VALUE=\"%s\" SIZE=\"8\" readonly>
55 <INPUT class=\"smallbutton\" TYPE=\"button\" onClick=\"$('%s').value=''\" value=\"X\">
72 $r=sprintf(
"<span><b>%s</b></span>",$this->
value);
73 $r.=sprintf(
'<input type="hidden" name="%s" value="%s">', $this->
name,$this->
value);
for($e=0;$e< count($array);$e++) $desc readOnly
input($p_name=null, $p_value=null)
show the html input of the widget
if(!isset($_REQUEST['p_jrn'])) else $Ledger id
display()
print in html the readonly value of the widget
__construct($p_name='', $p_value='', $p_id="")