unique_answer_image.php 562 B

1234567891011121314151617181920
  1. <?php
  2. // Chamilo LMS
  3. // See license terms in chamilo/documentation/license.txt
  4. // Training tools
  5. // Test, proposed answer to a question
  6. // For more information: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options
  7. // This is the visible toolbar set when the editor has "normal" size.
  8. $config['ToolbarSets']['Normal'] = array(
  9. array('FitWindow', 'Image', 'Source')
  10. );
  11. // Sets how the editor's toolbar should start - expanded or collapsed.
  12. // Possible values: true , false
  13. $config['ToolbarStartExpanded'] = true;