Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16701 Rev 16702
Línea 17... Línea 17...
17
        $this->setInputFilter(new FastSurveyFilter());
17
        $this->setInputFilter(new FastSurveyFilter());
Línea 18... Línea 18...
18
        
18
        
19
 
19
 
20
        $this->add([
20
        $this->add([
21
            'name' => 'question',
21
            'name' => 'question',
22
            'type' => \Laminas\Form\Element\TextArea::class,
22
            'type' => \Laminas\Form\Element\Text::class,
23
            'attributes' => [
23
            'attributes' => [
24
                'maxlength' 	=> 1024,
24
                'maxlength' 	=> 1024,
25
                'id' 			=> 'question',
25
                'id' 			=> 'question',