Adding Search: #
Search is introduced in version 2.1. If you want to add search to the flipbooks, you need to :
- Add id to the flipbook element. Example
id="my_flipbook"
- Register a related option variable based on the id. Example
var option_my_flipbook = {};
Code:
<div class="_df_button"
id="my_flipbook"
source="http://www.yoursite.com/books/intro.pdf"> Intro Book</div>
<script>
var option_my_flipbook = {showSearchControl:true};
</script>
Open Book
Output:
Flipbook with Custom option