PHP 클래스 Horde_Editor, horde

Copyright 2003-2016 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.
저자: Nuno Loureiro ([email protected])
저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_browser Horde_Browser A browser detection object.
$_js string Javascript code to init the editor.

공개 메소드들

메소드 설명
__construct ( Horde_Browser $browser ) Constructor.
getJS ( ) : array Returns the JS code needed to instantiate the editor.
initialize ( array $params = [] ) Initialize the editor.
supportedByBrowser ( ) : boolean Does the current browser support the Horde_Editor driver.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Horde_Browser $browser )
$browser Horde_Browser

getJS() 공개 메소드

Returns the JS code needed to instantiate the editor.
public getJS ( ) : array
리턴 array Two keys: - files: (array) Javascript files that need to be loaded by browser. - scrips: (array) Code that needs to be run on the browser.

initialize() 공개 메소드

Initialize the editor.
public initialize ( array $params = [] )
$params array Additional parameters.

supportedByBrowser() 공개 메소드

Does the current browser support the Horde_Editor driver.
public supportedByBrowser ( ) : boolean
리턴 boolean True if the browser supports the editor.

프로퍼티 상세

$_browser 보호되어 있는 프로퍼티

A browser detection object.
protected Horde_Browser $_browser
리턴 Horde_Browser

$_js 보호되어 있는 프로퍼티

Javascript code to init the editor.
protected string $_js
리턴 string