Fastpage Help

Category Section - Control Files

 <<previous | next>>  
  Control Files
 


Click here to return



FCKEditor Control File

fastpage/config/fckeditor_control.php

DO NOT CHANGE THESE SETTINGS
$fck_skins='editor/skins/silver/';
$fck_style='/nzsstyle.css'; - Note: -this value will be the main css file which controls the formatting of the site
$fck_tools='Nzservers';

// fck_modes p div or br - defines what happens with the enter key
$fck_mode='br';
$fck_google_key='ABQIAAAA391dZDhEx1m4EigIsy7o0hT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQLSJjk-RpyFKkzJ-wUtSjUFu3UDA';
$fck_google_width='470';
$fck_google_height='340';
$fck_google_zoom='12';

$fck_mode
This has two values:-
br, p or div

This controls what values are passed when the enter key is pressed when entering text.
br
Means that when you press the enter key you will space down one line only
p
Means that when you press the enter key you will space down two line as <p> </p> are the html tags used to control the enter key
To space down one line you need to use the Shift key + Enter
div
Means that when you press the enter key you will space down two line as <div> </div> are the html tags used to control the enter key
To space down one line you need to use the Shift key + Enter

The rest of the keys relate to how the Google Maps Icon is controled for the insertion of Google Maps into your content