2017 © Pedro PelĂĄez
 

symfony-bundle ckeditor-bundle

Integrate CKEditor with Symfony2

image

ikimea/ckeditor-bundle

Integrate CKEditor with Symfony2

  • Wednesday, April 24, 2013
  • by mmbechezi
  • Repository
  • 0 Watchers
  • 0 Stars
  • 285 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

This project is no longer maintained by Ikimea

Use IvoryCKEditorBundle instead

Ckeditor

CKEditor est un Ă©diteur de texte pour ĂȘtre utilisĂ© dans les pages Web. Il s'agit d'un Ă©diteur WYSIWYG, ce qui signifie que le texte en cours d'Ă©dition sur il semble aussi semblables que possible aux utilisateurs rĂ©sultats ont quand le publier. Il apporte les fonctionnalitĂ©s d'Ă©dition web communes trouvĂ©es sur les applications de bureau d'Ă©dition telles que Microsoft Word et OpenOffice., (*1)

Features

  • Symfony2 integration

Installation with Symfony 2.1 and composer

Just add the following line to your projects composer.json require section:, (*2)

"ikimea/ckeditor-bundle": "dev-master"

Enable the module

``` php <?php // app/AppKernel.php, (*3)

public function registerBundles() { return array( new Ikimea\CKEditorBundle\CKEditorBundle(), // ... ); }, (*4)


``` bash $ ./app/console assets:install web --symlink

Configuration

Simply configure as many paths as needed with the given parameters:, (*5)

``` yaml, (*6)

app/config.yml

ikimea_ck_editor: lang : fr src : /bundles/ikimeackeditor/js/ckeditor/ skin: moono toolbar: - ['Format'] - ['Bold','Italic'] - ['Outdent','Indent','Blockquote'] - ['NumberedList','BulletedList'] - ['-','Link','Unlink','Anchor','-','Table'] - ['Maximize','Source'], (*7)


Usage ============= ```php /** @var $builder FormBuilderInterface */ $builder ->add('content', 'ckeditor')

The Versions

01/12 2012

dev-ckeditor4

dev-ckeditor4 https://github.com/Ikimea/CKEditorBundle

Integrate CKEditor with Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

bundle ckeditor components

15/10 2012

dev-ckeditor3.x

dev-ckeditor3.x https://github.com/Ikimea/CKEditorBundle

Integrate CKEditor with Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

bundle ckeditor components

02/06 2012

0.4.x-dev

0.4.9999999.9999999-dev https://github.com/Ikimea/CKEditorBundle

Integrate CKEditor with Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

bundle ckeditor components