array( 'invokables' => array( 'QuCKEditor' => 'QuCKEditor\Controller\QuCKEditor', ), ), 'router' => array( 'routes' => array( 'QuCKEditor' => array( 'type' => 'Literal', 'options' => array( 'route' => '/quckeditor', 'defaults' => array( 'controller' => 'QuCKEditor', 'action' => 'index', ), ), ), ), ), 'QuConfig' => array( 'QuCKEditor' => array ( 'QuElFinderWindowWidth' => "800", 'QuElFinderWindowHeight' => "600", 'BasePath' =>'/js/plugins/ckeditor', // Require!! //'CKFINDER' =>'/js/plugins/ckfinder', 'CKEDITOR' => array( /* 'filebrowserBrowseUrl'=> 'http://localhost/essec_fusion/public/js/plugins/ckfinder/ckfinder.html', 'filebrowserImageBrowseUrl'=> 'http://localhost/essec_fusion/public/js/plugins/ckfinder/ckfinder.html?Type=Images', 'filebrowserUploadUrl'=> 'http://localhost/essec_fusion/public/js/plugins/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files', 'filebrowserImageUploadUrl'=> 'http://localhost/essec_fusion/public/js/plugins/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images', */ 'filebrowserWindowWidth' => "700", 'filebrowserWindowHeight' => "600", 'Width' => "100%", 'Height' => "340", 'language' => 'fr', 'uiColor'=> '#F6F6F6', //Producing HTML Compliant Output 'coreStyles_bold' => array('element' => 'b'), 'coreStyles_italic' => array('element' => 'i'), 'fontSize_style' => array('element' => 'font','attributes' => array( 'size' => '100px')), //MagiCline plugin 'magicline_color'=>'blue', //Full Page Editing 'fullPage' => false, 'allowedContent' => false, // Toolbars config //'toolbar' => null, //'toolbarGroups' => null, // Full toolbars 'toolbar' => array( array('name'=> 'clipboard', 'groups'=> array( 'clipboard', 'undo' ), 'items' => array( 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ) ), array( 'name'=> 'editing', 'groups' => array( 'find', 'selection', 'spellchecker'), 'items' => array( 'Scayt','find', 'selection','spellchecker'), ), array( 'name'=> 'links', 'items' => array( 'Link', 'Unlink', 'Anchor' ), ), array( 'name'=> 'document', 'groups' => array( 'mode', 'document', 'doctools' ), 'items' => array('Source') ), array( 'name'=> 'others', 'items' => array( '-' ), ), '/', array( 'name'=> 'basicstyles', 'groups' => array( 'basicstyles', 'cleanup' ), 'items' => array( 'Bold', 'Italic', 'Strike','Underline', '-', 'RemoveFormat' ), ), array( 'name'=> 'paragraph', 'groups' => array( 'list', 'indent', 'blocks', 'align' ), 'items' => array( 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock' ), ), array( 'name'=> 'insert', 'items' => array( 'Image', 'Table', 'HorizontalRule', 'SpecialChar','-','TextColor','BGColor','-','CreateDiv','ShowBlocks'), ), array( 'name'=> 'styles', 'items' => array( 'Styles', 'Format' ), ), array( 'name'=> 'styles', 'items' => array( 'Font' ), ), array( 'name'=> 'styles', 'items' => array( 'FontSize' ), ), array( 'name'=> 'tools', 'items' => array( 'Maximize','About','Newplugin'), ), ), /* // Groups toolbars 'toolbarGroups' => array( array( 'name'=> 'clipboard', 'groups'=> array('clipboard', 'undo') ), array( 'name'=> 'editing', 'groups'=> array( 'find', 'selection', 'spellchecker') ), array( 'name'=> 'links'), array( 'name'=> 'insert'), array( 'name'=> 'forms'), array( 'name'=> 'document', 'groups'=> array( 'find', 'selection', 'spellchecker') ), array( 'name'=> 'others'), '/', array( 'name'=> 'document', 'groups'=> array( 'basicstyles', 'cleanup') ), array( 'name'=> 'paragraph', 'groups'=> array( 'list', 'indent', 'blocks', 'align') ), array( 'name'=> 'styles'), array( 'name'=> 'colors'), array( 'name'=> 'about') ), */ ), ), ), 'view_manager' => array( 'template_path_stack' => array( __DIR__ . '/../view', ), ), );