User Tools

Site Tools


how_to:editor_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
how_to:editor_configuration [2011/05/09 14:30]
Connie
how_to:editor_configuration [2015/01/08 18:00] (current)
gordan [Advanced Editor Configuration]
Line 1: Line 1:
-===== Advanced Editor Configuration =====+====== Advanced Editor Configuration ​======
 If you want to configure your editor even more, there are options within [[config:​gsconfig|gsconfig.php]] that allow you to do some of the following: If you want to configure your editor even more, there are options within [[config:​gsconfig|gsconfig.php]] that allow you to do some of the following:
  
   * [[how_to:​editor_configuration#​Editor - Language|Editor-Language]]   * [[how_to:​editor_configuration#​Editor - Language|Editor-Language]]
-  * [[how_to:​editor_configuration#​Toolbars|Editor-Toolbars]] 
   * [[how_to:​editor_configuration#​Editor Height|Height of the Editor-Area]]   * [[how_to:​editor_configuration#​Editor Height|Height of the Editor-Area]]
-  * [[how_to:editor_configuration#More Editor Options|More Editor Options]]+  * [[how_to:editor_configuration_toolbars#Toolbars|Editor-Toolbars]] 
 +  * [[how_to:​editor_configuration_more_options#​More Editor Options]]
  
 These options will be described in the following chapters. These options will be described in the following chapters.
-==== Editor - Language ====+===== Editor - Language ​=====
  
 The default language for the editor is //​english//​. This is defined in the configuration file //​[[config:​gsconfig|gsconfig.php]]://​ The default language for the editor is //​english//​. This is defined in the configuration file //​[[config:​gsconfig|gsconfig.php]]://​
Line 21: Line 21:
   define('​GSEDITORLANG',​ '​de'​);​   define('​GSEDITORLANG',​ '​de'​);​
 and re-upload the edited file to your GetSimple-installation. and re-upload the edited file to your GetSimple-installation.
 +===== Editor Height =====
 +This setting will define the height of the editor-area. It is defined in pixels. ​
 +
 +The standard height of the editor area is 500 pixels. If you need another size (because your monitor is too small or large enough for a higher area, enter a different value here.
 +  # WYSIWYG editor height (default 500)
 +  #​define('​GSEDITORHEIGHT',​ '​400'​);​
 +Let's say you own one of these modern very big screens:\\ Open the file //​gsconfig.php//​ and find these lines, add the desired value, save it and re-upload //​gsconfig.php//​ to your server:
 +  # WYSIWYG editor height (default 500)
 +  define('​GSEDITORHEIGHT',​ '​1200'​);​
how_to/editor_configuration.1304951420.txt.gz · Last modified: 2013/04/19 14:56 (external edit)