Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16985 Rev 16986
Línea 109... Línea 109...
109
        $this->add([
109
        $this->add([
110
            'name' => 'microlearning_name',
110
            'name' => 'microlearning_name',
111
            'type' => \Laminas\Form\Element\Text::class,
111
            'type' => \Laminas\Form\Element\Text::class,
112
            'attributes' => [
112
            'attributes' => [
113
                'maxlength' 	=> 250,
113
                'maxlength' 	=> 250,
114
                'id' 			=> 'microlearning',
114
                'id' 			=> 'microlearning_name',
115
            ]
115
            ]
116
        ]);
116
        ]);
Línea 117... Línea 117...
117
        
117
        
118
        $this->add([
118
        $this->add([