AJAX MANUAL
This live manual functionality will allow you to keep a manual on your blog / web page which is maintained by the community of authors at FLOSS Manuals.
1. Copy+paste this text if you want to embed it
2. This manual can be customised (see below).
note : Below is the defaults for the style of the text and layout
var _config = { "width": "835px",
"height": "500px",
"padding": "3px",
"color": "#ffe5cc",
"indexwidth": "160px",
"indexbackground": "#ff7f00",
"framewidth": "670px",
"frameheight": "500px",
"skin": "ajax"};
var _style = { "title": "color: #ffe5cc;font-size: 20;font-family: Arial,verdana,
sans-serif;font-weight: bold;margin-left:20px",
"frame": "",
"index": "",
"embed": "font-size: 10px;font-family: Arial,verdana, sans-serif;
font-weight: bold; line-height:14px",
"topic": "font-weight: bold",
"heading": "font-weight: bold; color:black;font-family: Arial,verdana,
sans-serif;font-size: 10px;padding-top: 4px;
padding-bottom: 4px",
"list": "list-style-type: none; padding-left: 20px; margin-left:
0px;margin-top:2px;",
"link": "color: #ffe5cc; text-decoration: none; font-weight: bold"};
Use the following to override the defaults an external style sheet.
FLOSSConfig.style = null
An example customisation syntax :
var FLOSSConfig = {'style': {'title': 'color: black; font-size: 20;font-family:
Arial,verdana, sans-serif;font-weight: bold', 'heading': 'font-weight: bold;
color:black;font-family: Arial,verdana, sans-serif;font-size: 12','embed':
'font-size: 12px;font-family: Arial,verdana, sans-serif;font-weight: bold'},
'config': {'width': '870px', 'height': '500px', 'framewidth': '670px'},
'pages': [], 'title': ''};