Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15403 | Rev 16766 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15403 Rev 15446
Línea 66... Línea 66...
66
        
66
        
67
        $this->add([
67
        $this->add([
68
            'name' => 'functions',
68
            'name' => 'functions',
69
            'type' => \Laminas\Form\Element\Textarea::class,
69
            'type' => \Laminas\Form\Element\Textarea::class,
-
 
70
            'attributes' => [
70
            'attributes' => [
71
                'maxlength' 	=> 1024,
-
 
72
                'id'    => 'functions',
71
                'id'    => 'functions',
73
                'rows' => 10
72
            ]
74
            ]
Línea 73... Línea 75...
73
        ]);
75
        ]);
74
 
76
 
75
 
77
 
76
        
78
        
-
 
79
        $this->add([
77
        $this->add([
80
            'name' => 'objectives',
-
 
81
            'type' => \Laminas\Form\Element\Textarea::class,
78
            'name' => 'objectives',
82
            'attributes' => [
79
            'type' => \Laminas\Form\Element\Textarea::class,
83
                'maxlength' 	=> 1024,