Xataface CKeditor Module 0.3
CKeditor Widget for Xataface
|
The main CKeditor module class. This loads all of the dependencies for the module. More...
Public Member Functions | |
__construct () | |
Initializes the CKeditor module and registers all of the event listener. | |
getBaseURL () | |
Returns the base URL to this module's directory. Useful for including Javascripts and CSS. |
The main CKeditor module class. This loads all of the dependencies for the module.
Of note, this module depends on the XataJax module for the loading of its javascripts.
Definition at line 31 of file ckeditor.php.
__construct | ( | ) |
Initializes the CKeditor module and registers all of the event listener.
Definition at line 46 of file ckeditor.php.
getBaseURL | ( | ) |
Returns the base URL to this module's directory. Useful for including Javascripts and CSS.
Definition at line 73 of file ckeditor.php.