Overview

Packages

  • Editor

Classes

  • Horde_Editor
  • Horde_Editor_Ckeditor
  • Horde_Editor_Exception
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Editor

The Horde_Editor:: package provides an API to generate the code necessary for embedding javascript RTE editors in a web page.

Copyright 2003-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Direct known subclasses

Horde_Editor_Ckeditor
Package: Editor
Category: Horde
Author: Nuno Loureiro nuno@co.sapo.pt
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Editor.php
Methods summary
public
# __construct( Horde_Browser $browser )

Constructor.

Constructor.

Parameters

$browser
$params The following configuration parameters: <span class="php-quote">'browser'</span> - (Horde_Browser) A browser object.
public
# initialize( array $params = array() )
public string
# getJS( )

Returns the JS code needed to instantiate the editor.

Returns the JS code needed to instantiate the editor.

Returns

string
Javascript code.
public boolean
# supportedByBrowser( )

Does the current browser support the Horde_Editor driver.

Does the current browser support the Horde_Editor driver.

Returns

boolean
True if the browser supports the editor.
API documentation generated by ApiGen