Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 132... Línea 132...
132
            'muteonstartup' => [
132
            'muteonstartup' => [
133
                'type' => PARAM_INT,
133
                'type' => PARAM_INT,
134
                'default' => 0,
134
                'default' => 0,
135
                'null' => NULL_ALLOWED,
135
                'null' => NULL_ALLOWED,
136
            ],
136
            ],
-
 
137
            'allowcapturecamera' => [
-
 
138
                'type' => PARAM_INT,
-
 
139
                'default' => 0,
-
 
140
                'null' => NULL_ALLOWED,
-
 
141
            ],
-
 
142
            'allowcapturemicrophone' => [
-
 
143
                'type' => PARAM_INT,
-
 
144
                'default' => 0,
-
 
145
                'null' => NULL_ALLOWED,
-
 
146
            ],
137
            'allowspellchecking' => [
147
            'allowspellchecking' => [
138
                'type' => PARAM_INT,
148
                'type' => PARAM_INT,
139
                'default' => 0,
149
                'default' => 0,
140
                'null' => NULL_ALLOWED,
150
                'null' => NULL_ALLOWED,
141
            ],
151
            ],
Línea 642... Línea 652...
642
            'activateurlfiltering' => 'URLFilterEnable',
652
            'activateurlfiltering' => 'URLFilterEnable',
643
            'allowspellchecking' => 'allowSpellCheck',
653
            'allowspellchecking' => 'allowSpellCheck',
644
            'allowreloadinexam' => 'browserWindowAllowReload',
654
            'allowreloadinexam' => 'browserWindowAllowReload',
645
            'allowuserquitseb' => 'allowQuit',
655
            'allowuserquitseb' => 'allowQuit',
646
            'enableaudiocontrol' => 'audioControlEnabled',
656
            'enableaudiocontrol' => 'audioControlEnabled',
-
 
657
            'allowcapturecamera' => 'browserMediaCaptureCamera',
-
 
658
            'allowcapturemicrophone' => 'browserMediaCaptureMicrophone',
647
            'filterembeddedcontent' => 'URLFilterEnableContentFilter',
659
            'filterembeddedcontent' => 'URLFilterEnableContentFilter',
648
            'muteonstartup' => 'audioMute',
660
            'muteonstartup' => 'audioMute',
649
            'showkeyboardlayout' => 'showInputLanguage',
661
            'showkeyboardlayout' => 'showInputLanguage',
650
            'showreloadbutton' => 'showReloadButton',
662
            'showreloadbutton' => 'showReloadButton',
651
            'showsebtaskbar' => 'showTaskBar',
663
            'showsebtaskbar' => 'showTaskBar',