Hello,
is there any option to hide bookmarks completely and just open the thumbnail view default?
Also is there another option to open the thumbnail/search-popup by default?
Greetings Gabriel
hi, there is not such options but you can use ready function for your book:
function ready(scene) { scene.view.container.find('.cmdBookmarks').remove(); scene.tocCtrl.setBookmarks = function(){}; scene.ctrl.cmdToc(); } ready
that will do what you need.
Thanks works fine!
hi, there is not such options but you can use ready function for your book:
that will do what you need.
Thanks works fine!