✏️ 正在编辑: ConsultaFgts.php
路径:
/srv/systems_dir/yuppiecred-bkp/application/forms/ConsultaFgts.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php class Form_ConsultaFgts extends Core_Form { public function init() { $this->setName('form_consulta_fgts'); $this->setAction($this->getView()->url(["action" => "consulta-fgts"])); $this->addElement('text', 'cpf', [ 'label' => 'CPF:', 'size' => 15, 'maxlength' => 14, 'onkeypress' => 'mascara(this, fcpf)' ]); $this->addElement('submit', 'btn_filtrar', [ 'label' => 'Buscar', 'class' => 'bt_find', ]); $this->addDisplayGroup(['btn_filtrar'], 'buttons'); } }
💾 保存文件
← 返回文件管理器