(suggestion: page FAQ with example entry: Setting the page's background) |
|||
Line 6: | Line 6: | ||
* '''Setting the page's background'''<br>In your fckconfig.js set 'FCKConfig.FullPage' to 'true'; and make sure the buttons 'DocProps' is set in your toolbarset.<br>(This button was greyed out when 'FCKConfig.FullPage' was 'false')<br>Now reload the FCKeditor (ctrl + F5 and perhaps disable your cache to make sure). You will now be able to click the button 'DocProps' and set the background of the document in tab 'Background'.<br> | * '''Setting the page's background'''<br>In your fckconfig.js set 'FCKConfig.FullPage' to 'true'; and make sure the buttons 'DocProps' is set in your toolbarset.<br>(This button was greyed out when 'FCKConfig.FullPage' was 'false')<br>Now reload the FCKeditor (ctrl + F5 and perhaps disable your cache to make sure). You will now be able to click the button 'DocProps' and set the background of the document in tab 'Background'.<br> | ||
+ | |||
+ | |||
+ | |||
+ | You must remember that this part of the guide is aimed to the end users, so they won't be able to change the FullPage setting or the toolbar buttons. It must be strange enough for them when they see some references to a button that isn't present in their layout, let's avoid giving them a big headache talking about things that they can't control. | ||
+ | |||
+ | Also, a user that needs to read this guide in order to use the toolbar buttons won't know what's the "cache" or how to disable it. | ||
<br> | <br> |
Revision as of 22:17, 8 February 2008
- the filemanager is not documented
- I believe there should be a FAQ here too, with entries like :
- Setting the page's background
In your fckconfig.js set 'FCKConfig.FullPage' to 'true'; and make sure the buttons 'DocProps' is set in your toolbarset.
(This button was greyed out when 'FCKConfig.FullPage' was 'false')
Now reload the FCKeditor (ctrl + F5 and perhaps disable your cache to make sure). You will now be able to click the button 'DocProps' and set the background of the document in tab 'Background'.
You must remember that this part of the guide is aimed to the end users, so they won't be able to change the FullPage setting or the toolbar buttons. It must be strange enough for them when they see some references to a button that isn't present in their layout, let's avoid giving them a big headache talking about things that they can't control.
Also, a user that needs to read this guide in order to use the toolbar buttons won't know what's the "cache" or how to disable it.