Content Elements: dock

dock specifies a dock object containing clickable thumbnails of pages in the document.

Example

<?xml version="1.0"?>
<viewer xmlns="http://issuu.com/viewer/1.0" backgroundColor="#111111">
 
 <dropp left="10" right="10" top="10" bottom="50"/>
 
 <dock left="0" right="0" bottom="10"/>
 
</viewer>

In the example above, a dock has been placed below the document. The user can jump to a different page in the document by clicking on a thumbnail in the dock.

The dock element supports all the common attributes, except the background attributes.

 

Contents