Getting Started

In order to update the basic settings for the digital brochure, open the settings.xml file with any text editor. You will be able to customize all of the application features. Any changes you make to the settings file will be reflected in the digital brochure interface as it reads the data inside the XML file and builds the application the way you described it within the XML file.

Start-up Settings

In the "begin" tag you can specify what book will open first or you ca choose "all" and the application will start from a "choose book" screen. If you have less than two books, the application will automatically start from displaying the only book.

<begin pub="all" />

The main navigation arrows settings

It allows you to show or hide the arrows that are shown on either sides of the books. Simply change the status attribute to on or off. <navarrows status="on" />

Background Settings

<bg path="bgimg.jpg" style="img" resize="false" />

Bg has 3 attributes:

 

The Navigation Buttons

The Top Control Panel section contains 11 different button settings. Each of the buttons contains attributes like:

 

Buttons in details

<but tips="on">
<pubs tip="Select Publication" ico="ico/books.png" txt="SELECT A PUBLICATION BELOW" />
<thumbs tip="Show all pages" visible="true" ico="ico/pages.png" txt="Select the Pages Below" returntxt="Back" />
<printer tip="Print pages" visible="true" ico="ico/printer.png" txt="Print Selected Pages" returntxt="Back" all="Select all Pages" />
<pdf tip="Download pdf version" visible="true" ico="ico/pdf.png" txt="Create PDF" returntxt="Back" all="Select all Pages" />
<zoom tip="Zoom In" visible="true" ico="ico/zoom.png"/>
<tableOfContent tip="Table of Content" visible="true" ico="ico/contets.png"/>
<contact tip="Contact Us" visible="true" ico="ico/contact.png"/>
<slideshow tip="Slideshow Start/Stop" visible="true" ico="ico/slideshow.png" />
<music tip="Music On/Off" visible="true" ico="ico/sound.png"/>
<fullscreen tip="Full screen" visible="true" ico="ico/full.png"/>
<tellAFriend tip="Tell a friend" visible="true" ico="ico/tell.png"/>
</but>