app.php 197 B

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