本文整理汇总了PHP中cHForm::addJsBasico方法的典型用法代码示例。如果您正苦于以下问题:PHP cHForm::addJsBasico方法的具体用法?PHP cHForm::addJsBasico怎么用?PHP cHForm::addJsBasico使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类cHForm
的用法示例。
在下文中一共展示了cHForm::addJsBasico方法的7个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: array
}
$jxc->exportFunction('jsaPrevalidarCredito', array('idsocio', 'iidsolicitud', 'idnumpagos', 'idperiocidadpagos', 'idtipoconvenio', 'idcontratocorriente', 'idFechaMinistracion', 'idFechaVencimiento', 'idmontosol'), "#idfrmval");
$jxc->exportFunction('jsaGetNumeroDeCredito', array('idsocio'));
$jxc->exportFunction('jsaValidarMontoDeCredito', array('idsocio', 'idtipoconvenio', 'idmontosol'));
$jxc->exportFunction('jsaGetLetrasByNumero', array('idmontosol'), "#idmontoletras");
$jxc->exportFunction('jsRiesgoDelCredito', array("idsocio"), "#informacion");
$jxc->exportFunction('getNombre_FechaDeMinistracion', array("ideldia1", "idelmes1", "idelanno1"), "#swFechaMin");
$jxc->exportFunction('jsaCargarDatosDeConvenio', array("idtipoconvenio"));
$jxc->process();
echo $xHP->getHeader(true);
$xFRM = new cHForm("frm", "./");
$xBtn = new cHButton();
$xTxt = new cHText();
$xDate = new cHDate();
$xSel = new cHSelect();
$xFRM->addJsBasico();
$xFRM->addPersonaBasico();
?>
<body>
<fieldset>
<legend><?php
echo $xHP->getTitle();
?>
</legend>
<form name="frmsolicitud" id="frmsolicitud" action="clssolicitudcredito_v102.php" method="POST" id="idfrmsolicitud">
<input type="hidden" name="cFechaMinistracion" id="idFechaMinistracion" />
<input type="hidden" name="cFechaVencimiento" id="idFechaVencimiento" />
<table>
<?php
开发者ID:Cywaithaka,项目名称:S.A.F.E.-Open-Source-Microfinance-Suite,代码行数:31,代码来源:frmsolicitudcredito_v102.php
示例2: cCuentaInversionPlazoFijo
$xFRM->setTitle($xHP->getTitle());
?>
<body <?php
echo $actload;
?>
>
<?php
$xFRM->setTitle($xHP->getTitle());
if ($action == SYS_NINGUNO) {
$xFRM->addCuentaCaptacionBasico(true, CAPTACION_TIPO_PLAZO);
$xFRM->addSubmit();
$xFRM->addHElem($xTxt->getDeMoneda("idmonto", "TR.deposito", 0, true));
$xFRM->addCobroBasico();
$xFRM->addHElem($xDate->get("TR.Fecha"));
$xFRM->addObservaciones();
$xFRM->addJsBasico(iDE_CAPTACION, CAPTACION_TIPO_PLAZO);
$jxc->drawJavaScript(false, true);
} else {
if ($monto <= 0) {
$msg .= "ERROR\tEL MONTO DEBE SER MAYOR A CERO\r\n";
} else {
$xCta = new cCuentaInversionPlazoFijo($iddocto, $idsocio);
$xCta->init();
$ide = $xCta->getMontoIDE($Fecha, $monto, $comopago);
if ($xCta->getEsOperable($Fecha) == true) {
$recibo = $xCta->setDeposito($monto, $cheque, $comopago, $folio_fiscal, $detalles, DEFAULT_GRUPO, $Fecha);
//si el IDE es mayor a cero
if ($ide > 0) {
$saldo = $xCta->getNuevoSaldo();
$ide_observacion = "Retencion Generada por un Deposito de {$monto}, Recibo {$recibo}, saldo de {$saldo}";
//Si el Saldo de la Cuenta es Mayor al IDE
示例3: setRecibo
$jxc->process();
$c = parametro("c", false, MQL_RAW);
$f = parametro("f", false, MQL_RAW);
$xHP->init();
$xFRM = new cHForm("frmsearchrecs", "./");
$xSel = new cHSelect();
$xFRM->addPersonaBasico();
$sqlsel = "SELECT\n\t\t\t\t\t\t\t`operaciones_recibostipo`.`idoperaciones_recibostipo` AS `tipo`,\n\t\t\t\t\t\t\t`operaciones_recibostipo`.`descripcion_recibostipo` AS `descripcion`\n\t\t\t\t\t\tFROM\n\t\t\t\t\t\t\t`operaciones_recibostipo` `operaciones_recibostipo`";
$mSel = $xSel->getListadoGenerico($sqlsel, "idTipoRecibo");
$mSel->addEspOption(SYS_TODAS);
$mSel->addEvent("onchange", "getListRecibos()");
$xFRM->addHElem($mSel->get("TR.Tipo de Recibo", true));
$xFRM->addCerrar();
$xFRM->OButton("TR.Buscar", "getListRecibos()", "buscar");
//$xFRM->addSubmit();
$xFRM->addJsBasico(iDE_SOCIO);
$xFRM->addHTML('<fieldset><legend>Resultados de la Busqueda</legend><div id="lst-resultados"></div></fieldset>');
echo $xFRM->get();
?>
</body>
<?php
$jxc->drawJavaScript(false, true);
?>
<script >
function setRecibo(id){
if (window.parent){ msrc = window.parent.document; }
if (opener){ msrc = opener.document; }
<?php
if ($f != false) {
echo "\n\t\t\tif(msrc == null){} else {\n\t\t\t\tmsrc.{$f}.{$c}.value \t= id;\n\t\t\t\tmsrc.{$f}.{$c}.focus();\n\t\t\t\tmsrc.{$f}.{$c}.select();\n\t\t\t}";
/*if( $OtherEvent != ""){
示例4: parametro
$cuenta = parametro("cuenta", 0, MQL_INT);
$cuenta = parametro("idcuenta", $cuenta, MQL_INT);
$jscallback = parametro("callback");
$tiny = parametro("tiny");
$form = parametro("form");
$action = parametro("action", SYS_NINGUNO);
$xHP->init();
$xJs = new jsBasicForm("frm");
$xJs->setIncludeJQuery();
$xFRM = new cHForm("frm", "cuentas.panel.frm.php");
$xBtn = new cHButton();
$xTxt = new cHText();
$xDate = new cHDate();
$xSel = new cHSelect();
if ($cuenta <= 0) {
$xFRM->addJsBasico(iDE_CAPTACION);
$xFRM->addCuentaCaptacionBasico(true);
$xFRM->addSubmit();
} else {
$xCta = new cCuentaDeCaptacion($cuenta);
$xCta->init();
$xFRM->addHTML($xCta->getFicha(true, "", true));
$xFRM->addSubmit();
//$xFRM->addToolbar( $xBtn->getBasic("TR.refrescar", "jsRecargar()", "refrescar", "refrescar", false ) );
//$xFRM->addToolbar( $xBtn->getBasic("TR.imprimir contrato", "jsRecargar()", "refrescar", "refrescar", false ) );
$xFRM->addCaptacionComandos($cuenta);
$xHTabs = new cHTabs();
$cTblx = new cTabla($mSQL->getListadoDeRecibos("", $xCta->getClaveDePersona(), $xCta->getNumeroDeCuenta()));
$cTblx->setKeyField("idoperaciones_recibos");
$cTblx->setTdClassByType();
$cTblx->setEventKey("jsGoPanelRecibos");
示例5: cHButton
$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);
$Fecha = $Fecha == false ? fechasys() : $xF->getFechaISO($Fecha);
$detalles = parametro("idobservaciones");
$cheque = parametro("cheque", DEFAULT_CHEQUE);
$comopago = parametro("ctipo_pago", DEFAULT_TIPO_PAGO, MQL_RAW);
$cuenta_cheques = parametro("cuenta_cheques", DEFAULT_CUENTA_BANCARIA);
$foliofiscal = parametro("foliofiscal", DEFAULT_RECIBO_FISCAL);
$xFRM->addToolbar($xBtn->getIrAlInicio(true));
示例6: cHForm
//$jxc = new TinyAjax();
//$jxc ->exportFunction('datos_del_pago', array('idsolicitud', 'idparcialidad'), "#iddatos_pago");
//$jxc ->process();
$xHP->init();
//$jxc ->drawJavaScript(false, true);
$xFRM = new cHForm("frmriesgo", "registro_persona_riesgosa.frm.php?action=" . MQL_ADD);
$xBtn = new cHButton();
$xTxt = new cHText();
$xSel = new cHSelect();
$xFec = new cHDate();
$xTa = new cHTextArea();
if ($action == SYS_NINGUNO) {
$xUsers = $xSel->getUsuarios("idusuarioreportado");
$xFRM->setTitle($xHP->getTitle());
$xFRM->addPersonaBasico("", false, $persona);
$xFRM->addJsBasico(iDE_AML);
$xFRM->ODate("idfechaevento", false, "TR.Fecha de Evento");
$xFRM->addHElem($xSel->getListaDeNivelDeRiesgo("", $nivelcargado)->get("TR.Nivel de Riesgo", true));
$xFRM->addHElem($xTa->get("idmensaje", $notas, "TR.Razones por la cual se cambia el Nivel de riesgo"));
$xFRM->addSubmit();
} else {
if (setNoMenorQueCero($persona) > 0) {
$fecha = parametro("idfechaevento", false, MQL_DATE);
$mensaje = parametro("idmensaje");
$nivel = parametro("idnivelderiesgo", 0, MQL_INT);
$xSoc = new cSocio($persona);
$xSoc->init();
$xSoc->setActualizarNivelDeRiesgo($nivel, $mensaje, $fecha);
if (MODO_DEBUG == true) {
$xFRM->addAviso($xSoc->getMessages());
}
开发者ID:Cywaithaka,项目名称:S.A.F.E.-Open-Source-Microfinance-Suite,代码行数:31,代码来源:registro_persona_riesgosa.frm.php
示例7: jsSetTotalCuotas
$tab = new TinyAjaxBehavior();
$tab->add(TabSetValue::getBehavior("idpartesocial", $social));
$tab->add(TabSetValue::getBehavior("idpartepermanente", $permanente));
$tab->add(TabSetValue::getBehavior("idtotalcuotas", $total));
return $tab->getString();
}
$jxc->exportFunction('jsSetCuotas', array('idsocio', "frmpartessociales"));
$jxc->process();
$xF = new cFecha();
$xFRM = new cHForm("frmcuotassociales", "frmpartessociales.php?action=next");
$xBtn = new cHButton();
$xTxt = new cHText();
$xDate = new cHDate();
$xSel = new cHSelect();
$xTxt->setDivClass("");
$xFRM->addJsBasico(iDE_OPERACION);
echo $xHP->getHeader(true);
?>
<script >
function jsSetTotalCuotas(){
var mTotal = parseFloat(document.getElementById("idpartesocial").value) + parseFloat(document.getElementById("idpartepermanente").value);
mTotal = jsRoundPesos(mTotal);
document.getElementById("idtotalcuotas").value = mTotal;
}
</script>
<?php
$com = parametro("action", SYS_NINGUNO);
$persona = parametro("idsocio", DEFAULT_SOCIO, MQL_INT);
$monto1 = parametro("monto1", 0, MQL_FLOAT);
$monto2 = parametro("monto2", 0, MQL_FLOAT);
$monto3 = parametro("monto3", 0, MQL_FLOAT);