Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9742 Rev 9743
Línea 33... Línea 33...
33
 
33
 
34
       $this->add([
34
       $this->add([
35
            'name' => 'description',
35
            'name' => 'description',
36
            'type' => \Laminas\Form\Element\Textarea::class,
36
            'type' => \Laminas\Form\Element\Textarea::class,
37
            'attributes' => [
-
 
38
                'maxlength' 	=> 680,
37
            'attributes' => [
39
                'id'    => 'description',
38
                'id'    => 'description',
40
            ]
39
            ]
Línea 41... Línea 40...
41
        ]);
40
        ]);