J
|
Jane 12/1/2008 |
Hi, $any_checkbox="value=\"or\""; $any_checkbox.=" checked"; $xt->assign("any_checkbox",$any_checkbox); $notbox_FieldName="name=\"not_FieldName\""; $notbox_Discontinued=" checked"; $xt->assign("FieldName_notbox",$notbox_FieldName);
|
M
|
maxcolo author 12/1/2008 |
Grazie Jane |
M
|
maxcolo author 12/2/2008 |
Hi Jane, |
J
|
Jane 12/3/2008 |
Hi, $notboxFieldName="name=\"notFieldName\""; $notbox_FieldName=" checked"; $xt->assign("FieldNamenotbox",$notboxFieldName);
|