Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 466 Rev 855
Línea 30... Línea 30...
30
                'id'    => 'content',
30
                'id'    => 'content',
31
            ]
31
            ]
32
        ]);
32
        ]);
Línea -... Línea 33...
-
 
33
 
-
 
34
 
-
 
35
        $this->add([
-
 
36
            'name' => 'comments',
-
 
37
            'type' => \Laminas\Form\Element\Textarea::class,
-
 
38
            'attributes' => [
-
 
39
                'id'    => 'comments',
-
 
40
            ]
-
 
41
        ]);
Línea 33... Línea 42...
33
 
42
 
Línea 34... Línea 43...
34
 
43
 
35
 
44