2017 © Pedro Peláez
 

library x_tinymce

image

rvadym/x_tinymce

  • Monday, June 9, 2014
  • by rvadym
  • Repository
  • 0 Watchers
  • 0 Stars
  • 168 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

tinymce

Composer

"require": {
    "rvadym/tinymce": "dev-master"
}

Instalation with Composer

    # install addon with composer
    php composer.phar update

    # create required dirs in js dir
    cd public/js
    mkdir rvadym
    cd rvadym
    mkdir x_tinymce
    cd x_tinymce

    # create simlink to addon js files
    ln -s ../../../../vendor/rvadym/tinymce/templates/js/

Usage

$this->add('rvadym/tinymce/Controller_TinyMCE');
$this->TinyMCE->addEditorTo(
    $this->getElement('description'),
    array('theme'=>'simple','height'=>'100'));

The Versions

09/06 2014

4.3.x-dev

4.3.9999999.9999999-dev https://github.com/rvadym/x_tinymce

  Sources   Download

framework tinymce atk4 addon

09/06 2014

dev-master

9999999-dev https://github.com/rvadym/x_tinymce

  Sources   Download

framework tinymce atk4 addon