X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/daf48c206da8ddbf95318b3ac4bc853c44d59a99..d19adf80c92c70fe0d770e81e7f07f2086d00a67:/test/HTML/prueba_html_quickform_renderer_tabla.php diff --git a/test/HTML/prueba_html_quickform_renderer_tabla.php b/test/HTML/prueba_html_quickform_renderer_tabla.php index b98e7d3..e6e5117 100644 --- a/test/HTML/prueba_html_quickform_renderer_tabla.php +++ b/test/HTML/prueba_html_quickform_renderer_tabla.php @@ -6,23 +6,21 @@
- require_once 'HTML/QuickForm.php'; - require_once 'HTML/QuickForm/Renderer/Tabla.php'; + require_once 'MECON/HTML/QuickForm.php'; + require_once 'MECON/HTML/QuickForm/Renderer/Tabla.php'; - $form = new HTML_QuickForm ('test', 'POST', $_SERVER['PHP_SELF']); - - $form->setRequiredNote('* indica un campo obligatorio'); + $form = new MECON_HTML_QuickForm('test'); //Agrega los elementos comunes a todas las opciones $form->addElement('header','cabecera', 'Título del formulario'); - $form->addElement('text', 'nombre_sistema', 'Nombre',array('size' => '30')); - $form->addElement('textarea', 'desc_sistema', 'Descripción',array('rows' => '2','cols'=>'50')); - $form->addElement('textarea', 'contacto', 'Contacto',array('rows' => '2','cols'=>'50')); - $form->addElement('date', 'fecha_implementacion', 'Fecha Implementación', array('language'=>'es','format'=>'d F Y')); + $form->addElement('text', 'nombre_sistema', 'Nombre', array('size' => '30')); + $form->addElement('textarea', 'desc_sistema', 'Descripción', array('rows' => '2','cols'=>'50')); + $form->addElement('textarea', 'contacto', 'Contacto', array('rows' => '2','cols'=>'50')); + $form->addElement('mdate', 'fecha', 'Fecha Implementación'); // Agrego un grupo de prueba separado por