Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 1 Rev 283
Línea 56... Línea 56...
56
             'attributes' => [
56
             'attributes' => [
57
                'id' => 'file',
57
                'id' => 'file',
58
            ]
58
            ]
59
         ]);
59
         ]);
Línea 60... Línea -...
60
        
-
 
61
        $this->add([
-
 
62
            'name' => 'fileBase64Name',
-
 
63
            'type' => \Laminas\Form\Element\Hidden::class,
-
 
64
            'attributes' => [
-
 
65
                'id' => 'fileBase64Name',
-
 
66
            ]
-
 
67
        ]);
60
        
68
        
-
 
69
        $this->add([
-
 
70
            'name' => 'fileBase64Content',
-
 
71
            'type' => \Laminas\Form\Element\Hidden::class,
-
 
72
            'attributes' => [
-
 
73
                'id' => 'fileBase64Content',
-
 
74
            ]
-
 
Línea 75... Línea 61...
75
        ]);
61
 
76
        
62