User Tools

Site Tools


how_to:editor_configuration_more_options

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
Next revision Both sides next revision
how_to:editor_configuration_more_options [2011/11/26 10:36]
Connie [Email Protection]
how_to:editor_configuration_more_options [2011/11/26 10:42]
Connie [Editor Skin]
Line 15: Line 15:
  
 The editor skin defines the graphic set which is used for the editor area. The editor skin defines the graphic set which is used for the editor area.
 +
 GetSimple ships with one skin, which sits in the directory //your getsimple installation/​admin/​template/​js/​ckeditor/​skins/​getsimple// ​ GetSimple ships with one skin, which sits in the directory //your getsimple installation/​admin/​template/​js/​ckeditor/​skins/​getsimple// ​
  
Line 25: Line 26:
 This example shows the //advanced toolbar// + the skin //​v2//​. ​ This example shows the //advanced toolbar// + the skin //​v2//​. ​
   - CKeditor comes with three skins: //kama//, //​office2003//​ and //v2//. GetSimple does not use these, but uses it's own skin, //​getsimple//​   - CKeditor comes with three skins: //kama//, //​office2003//​ and //v2//. GetSimple does not use these, but uses it's own skin, //​getsimple//​
-  - If you haven'​t done yet, download CKEditor from [[http://​ckeditor.com/​download]] and unpack it to your local harddisk. Open the directory //​ckeditor/​skins//​ and upload the skin which you want to use to your GetSimple-directory at the server: //​your_getsimple_installation/​admin/​template/​js/​ckeditor/​skins//​+  - If you haven'​t done yet, download CKEditor from [[http://​ckeditor.com/​download]] and unpack it to your local harddisk.\\ Open the directory //​ckeditor/​skins//​ and upload the skin which you want to use to your GetSimple-directory at the server: //​your_getsimple_installation/​admin/​template/​js/​ckeditor/​skins//​
   - edit the configuration,​ //​gsconfig.php//​ and re-upload it to your server.   - edit the configuration,​ //​gsconfig.php//​ and re-upload it to your server.
  
Line 50: Line 51:
 ===== Default Font Labels ===== ===== Default Font Labels =====
    
-A visual editor should offer a choice of fonts and font-sizes. If you activated the advanced Toolbar, you will get combo boxes for fonts and font-sizes in the second ribbon. As soon as you click into the editor-area,​ these values will be activated. +A visual editor should offer a choice of fonts and font-sizes. ​\\ If you activated the advanced Toolbar, you will get combo boxes for fonts and font-sizes in the second ribbon. ​\\ As soon as you click into the editor-area,​ these values will be activated. ​\\ You can restrict the available fonts as well. 
-You can restrict the available fonts as well.+
 To populate these combo boxes with the default values of your site, use these settings: To populate these combo boxes with the default values of your site, use these settings:
   # WYSIWYG Editor Options   # WYSIWYG Editor Options
Line 65: Line 66:
  
 In the readme-file which comes with the CKeditor-in-GetSimple-Integration,​ we read that the toolbar can't collapse. In the readme-file which comes with the CKeditor-in-GetSimple-Integration,​ we read that the toolbar can't collapse.
-But it can. The following option defines the behaviour, which is //false// by default. When set to //true//, you will see a small arrow-button at the right of the ribbon.+But it can.\\ The following option defines the behaviour, which is //false// by default. ​ ​\\ ​When set to //true//, you will see a small arrow-button at the right of the ribbon. 
 {{:​how_to:​ckeditor_collapse.jpg|}} {{:​how_to:​ckeditor_collapse.jpg|}}
   # WYSIWYG Editor Options   # WYSIWYG Editor Options
Line 94: Line 96:
 ===== Entities and Special Characters ===== ===== Entities and Special Characters =====
  
-By default, the editor converts special characters like umlauts (üäö ...) to their HTML-equivalents. This is not needed anymore if you encode your pages in UTF-8. So you can set this option to //false//.+By default, the editor converts special characters like umlauts (üäö ...) to their HTML-equivalents.\\ This is not needed anymore if you encode your pages in UTF-8. So you can set this option to //false//. 
   # WYSIWYG Editor Options   # WYSIWYG Editor Options
   define('​GSEDITOROPTIONS',"​skin : '​v2', ​   define('​GSEDITOROPTIONS',"​skin : '​v2', ​
Line 108: Line 111:
 ===== Language Direction ===== ===== Language Direction =====
  
-In many languages the //​reading-//​ or //​write-direction//​ is from left to right. In German, English, French or whatever. In other languages the reading-direction goes from right to left: in Arabic, Farsi, Hebrew and many others. Other languages go from Top to Down or from Down to Top. +In many languages the //​reading-//​ or //​write-direction//​ is from left to right. In German, English, French or whatever. ​\\ In other languages the reading-direction goes from right to left: in Arabic, Farsi, Hebrew and many others.\\ Other languages go from Top to Down or from Down to Top. 
  
-The editor follows per default the settings of the //user interface language direction// (f.e. your browser-settings). If this does not work correctly or you want to force the direction, set the option //​contentsLangDirection//​+The editor follows per default the settings of the //user interface language direction// (f.e. your browser-settings).\\ If this does not work correctly or you want to force the direction, set the option //​contentsLangDirection//​
 {{:​how_to:​ckeditor-rtl.jpg|}} {{:​how_to:​ckeditor-rtl.jpg|}}
   # WYSIWYG Editor Options   # WYSIWYG Editor Options
Line 126: Line 129:
   ​   ​
 The editor allows 3 options: ​ The editor allows 3 options: ​
-  - ui = as defined by the user interaction interface (default) +  - ''​ui'' ​= as defined by the user interaction interface (default) 
-  - ltr = left to right   +  - ''​ltr'' ​= left to right   
-  - rtl = right to left+  - ''​rtl'' ​= right to left
  
 There is not top-down until now ;=) There is not top-down until now ;=)
how_to/editor_configuration_more_options.txt · Last modified: 2013/04/19 15:04 (external edit)