app.php 267 B

12345678
  1. <?php
  2. //load the required files
  3. OCP\Util::addStyle( 'files_texteditor', 'DroidSansMono/stylesheet' );
  4. OCP\Util::addStyle( 'files_texteditor', 'style' );
  5. OCP\Util::addscript( 'files_texteditor', 'editor');
  6. OCP\Util::addscript( 'files_texteditor', 'aceeditor/ace');
  7. ?>