PHP Класс Horde_Editor_Ckeditor, horde

Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Editor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
initialize ( array $params = [] )
supportedByBrowser ( ) : boolean Does the current browser support this driver.

Описание методов

initialize() публичный Метод

public initialize ( array $params = [] )
$params array The following configuration parameters: - basic: (boolean) Load "basic" editor (a small javascript stub that will download the full code on demand)? - config: (mixed) If an array, the javascript config hash used to indiciate the config for this editor instance. If a string, will be used directly as the javascript config name to use when loading (must exist elsewhere in page). - id: (string) The ID of the text area to turn into an editor. If empty, won't automatically load the editor.

supportedByBrowser() публичный Метод

Does the current browser support this driver.
public supportedByBrowser ( ) : boolean
Результат boolean True if the browser supports the editor.