Skip to content

bosoy83/kohana-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kohana-editor

Automatically exported from code.google.com/p/kohana-editor

This module allows you to add text editors on the page. Current version contains drivers for Tiny_MCE and FCKeditor. Editor configuration editor can be combined in a profile using Kohana config files.

Usage examples:

    // 1.Simply create Tiny_MCE object with default settings
    $ed = new Editor('TinyMCE');
    echo $ed->render();
    // 2.Create FCKeditor and set some properties
    $ed = new Editor('FCKeditor', 'default');
    $ed->setWidth(900);
    $ed->setFieldName('newtext');
    $ed->render(TRUE, TRUE);

About

Automatically exported from code.google.com/p/kohana-editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages