本文整理汇总了PHP中cHForm::addPagoBasico方法的典型用法代码示例。如果您正苦于以下问题:PHP cHForm::addPagoBasico方法的具体用法?PHP cHForm::addPagoBasico怎么用?PHP cHForm::addPagoBasico使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类cHForm
的用法示例。
在下文中一共展示了cHForm::addPagoBasico方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: array
return $tab->getString();
}
$jxc->exportFunction('jssetUltimoCheque', array('idcuenta_cheques', 'idtipo_pago'), "#idcheque");
$jxc->exportFunction('jsaGetDatosCuenta', array("idcuenta", "idsocio"));
$jxc->process();
echo $xHP->getHeader(true);
$xFRM = new cHForm("frmretirovista", "frmretiroahorro.php?action=next");
$xBtn = new cHButton();
$xTxt = new cHText();
$xDate = new cHDate();
$xSel = new cHSelect();
$xFRM->setTitle($xHP->getTitle());
$xHP->setBodyinit();
if ($com == SYS_NINGUNO) {
$xFRM->addCuentaCaptacionBasico();
$xFRM->addPagoBasico();
$xFRM->addHElem($xDate->get("TR.Fecha"));
$xFRM->addObservaciones();
$xFRM->addHElem($xTxt->getDeMoneda("idmonto", "TR.Monto de Retiro", 0, true));
$xFRM->addFootElement("<input type='hidden' name='cMaxRet' id='idMaxRet' value='0' />");
$xFRM->addFootElement("<input type='hidden' name='sdoanterior' id='idSaldoAnterior' value='0' />");
$xFRM->addSubmit();
$xFRM->addJsBasico(iDE_CAPTACION, iDE_CVISTA);
$jxc->drawJavaScript(false, true);
} else {
$sucess = true;
if ($monto <= 0) {
$msg .= "ERROR\tAGREGUE LOS DATOS COMPLETOS Y ENVIE EL FORMULARIO\r\n";
$sucess = false;
} else {
$Fecha = parametro("idfecha-0", false);