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 = '' )
Constructor to create an instance of this class. |
protected
|
|
public
string|
|
protected
string
|
$_filename |
|
#
Name of the file that is being edited. |
protected
string
|
$_versionfilename |
|
#
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,
$_ok,
$_pageBase,
$_pageName,
$_pageTemplate,
$_pluginName,
$_scripts,
$_skipTemplateCheck,
$_styles,
$_subnav,
$_warning
|