PHP 클래스 Horde_Editor_Ckeditor, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Editor
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
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.