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.
파일 보기
프로젝트 열기: horde/horde
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
$_browser |
Horde_Browser |
A browser detection object. |
|
$_js |
string |
Javascript code to init the editor. |
|
공개 메소드들
메소드 상세
public __construct ( Horde_Browser $browser ) |
$browser |
Horde_Browser |
|
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. |
supportedByBrowser()
공개 메소드
Does the current browser support the Horde_Editor driver.
프로퍼티 상세
A browser detection object.
protected Horde_Browser $_browser |
리턴 |
Horde_Browser |
|
Javascript code to init the editor.
protected string $_js |
리턴 |
string |
|