[svn r18483] identified a possibly non-functional fckeditor area in exercices for configure buttons bar

skala
Juan Carlos Raña 17 years ago
parent 9604d28035
commit 4bf6bfe4ef
  1. 2
      main/exercice/feedback.php

@ -63,7 +63,7 @@ Display::display_header($nameTools,"Exercise");
$ans = $objAnswerTmp->answer[$i];
$fck_attribute['Width'] = '600';
$fck_attribute['Height'] = '200';
$fck_attribute['ToolbarSet'] = 'Small';
$fck_attribute['ToolbarSet'] = 'Small'; //TODO: check where run? for customize buttons bar
$fck_attribute['Config']['IMUploadPath'] = 'upload/test/';
$fck_attribute['Config']['InDocument'] = false;
$fck_attribute['Config']['CreateDocumentDir'] = '../../courses/'.api_get_course_path().'/document/';

Loading…
Cancel
Save