Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 8804 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 8804 Rev 8826
Línea 43... Línea 43...
43
 
43
 
44
        $this->add([
44
        $this->add([
45
            'name' => 'title',
45
            'name' => 'title',
46
            'type' => \Laminas\Form\Element\Text::class,
46
            'type' => \Laminas\Form\Element\Text::class,
47
             'attributes' => [
47
             'attributes' => [
48
                'id' 			=> 'coment',
48
                'id' 			=> 'title',
49
             ],
49
             ],
Línea 50... Línea 50...
50
        ]);
50
        ]);