server/apps/files_texteditor/appinfo/app.php

6 lines
193 B
PHP
Raw Normal View History

2011-10-01 21:48:00 +00:00
<?php
//load the required files
OC_Util::addStyle( 'files_texteditor', 'style' );
OC_Util::addScript( 'files_texteditor', 'editor');
OC_Util::addScript( 'files_texteditor', 'aceeditor/ace');
2011-10-05 20:59:03 +00:00
?>