2010-06-25 12:01:53 +02:00
|
|
|
<?php
|
|
|
|
/**
|
2013-10-14 12:42:36 +02:00
|
|
|
* EGroupware - Class which generates JSON encoded configuration for the ckeditor
|
2010-06-25 12:01:53 +02:00
|
|
|
*
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @author RalfBecker-AT-outdoor-training.de
|
|
|
|
* @author Andreas Stoeckel <as-AT-stylite.de>
|
|
|
|
* @package api
|
|
|
|
* @subpackage tools
|
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
|
|
|
|
2016-03-13 15:08:31 +01:00
|
|
|
use EGroupware\Api;
|
|
|
|
|
2013-10-14 12:42:36 +02:00
|
|
|
/**
|
|
|
|
* CK-Editor configuration
|
|
|
|
*/
|
2016-03-13 15:08:31 +01:00
|
|
|
class egw_ckeditor_config extends Api\Html\CkEditorConfig{}
|