Class cGuiSourceEditor
Source editor class
- cGuiPage
- cGuiSourceEditor
Package: Core\GUI
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Mischa Holz
Located at classes/gui/class.sourceeditor.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Mischa Holz
Located at classes/gui/class.sourceeditor.php
public
|
#
__construct( string $filename, boolean $versioning = true, string $filetype = '', string $filepath = '' )
The default constructor. Initializes the class and its parent |
protected
|
|
public
string
|
protected
string
|
$filename |
|
#
Name of the file that is being edited |
protected
string
|
$filepath |
|
#
Full path to the file that is being edited |
protected
string
|
$filetype |
|
#
CodeMirror type of the file that is being edited |
protected
object
|
$codeMirror |
|
#
CodeMirror instance |
protected
boolean
|
$readOnly |
|
#
Read-only mode or not |
protected
boolean
|
$versioning |
|
#
Versioning or not |
$_abort,
$_bodyClassNames,
$_contentTemplate,
$_error,
$_filesDirectory,
$_info,
$_markScript,
$_metaTags,
$_objects,
$_pageName,
$_pageTemplate,
$_pluginName,
$_scripts,
$_skipTemplateCheck,
$_styles,
$_subnav,
$_warning
|