1<?php
2/**
3 * Default settings for the flexpaper plugin
4 *
5 * @author Ethen Guo <Ethen.Guo@Gmail.com>
6 */
7
8//$conf['fixme']    = 'FIXME';
9
10$conf['Scale']    = 0.6;	# The initial zoom factor that should be used. Should be a number above 0 (1=100%)
11$conf['ZoomTransition']    = 'easeOut';	# The zoom transition that should be used when zooming in FlexPaper. It uses the same Transition modes as the Tweener. The default value is easeOut. Some examples: easenone, easeout, linear, easeoutquad
12$conf['ZoomTime']    = 0.5;	# The time it should take for the zoom to reach the new zoom factor. Should be 0 or greater.
13$conf['ZoomInterval']    = 0.1;	# The interval which the zoom slider should be using. Basically how big the "step" should be between each zoom factor. The default value is 0.1. Should be a positive number.
14$conf['FitPageOnLoad']    = 1;	# Fits the page on initial load. Same effect as using the fit-page button in the toolbar.
15$conf['FitWidthOnLoad']    = 0;	# Fits the width on initial load. Same effect as using the fit-width button in the toolbar.
16
17$conf['FullScreenAsMaxWindow']    = 0;	# With this set to true, clicking on fullscreen will open a new browser window with FlexPaper maximized instead of using true fullscreen. This is a preferred setting when using FlexPaper as flash standalone as the security limitations of the Flash player disables (for security reasons) most of the input controls in true fullscreen.
18$conf['ProgressiveLoading']    = 0;
19$conf['MaxZoomSize']    = 5;	# Sets the maximum allowed zoom level
20$conf['MinZoomSize']    = 0.2;	# Sets the minimum allowed zoom level
21$conf['SearchMatchAll']    = 0;	# When set to true, the viewer highlights all matches when performing searches in a document.
22$conf['InitViewMode']    = 'Portrait';	# Sets the start-up view mode. For example "Portrait" or "TwoPage".
23$conf['PrintPaperAsBitmap']   = 0;	# When set to true, the viewer will print the document as a bitmap as opposed to vectorized
24
25//$conf['RenderingOrder']    = flash;
26//$conf['StartAtPage']    = '';	# Instructs the viewer to start at a specific page
27
28$conf['ViewModeToolsVisible']    = 1;	# Shows or hides view modes from the tool bar
29$conf['ZoomToolsVisible']    = 1;	# Shows or hides zoom tools from the tool bar
30$conf['NavToolsVisible']    = 1;	# Shows or hides nav tools from the tool bar
31$conf['CursorToolsVisible']    = 1;	# Shows or hides cursor tools from the tool bar
32$conf['SearchToolsVisible']    = 1;	# Shows or hides search tools from the tool bar
33
34//$conf['WMode']    = 'window';
35
36$conf['localeChain']    = 'zh_CN';	# Shows or hides search tools from the tool bar
37