Books
Book01, Book02
Project Properties
Book Shelf Type

- Advanced Settings > Book Shelf Project
- embedded
- downloadable book project is enabled.

Title page
as page1, please create bg layer. The bg image file is copied to the host server and downloaded to the master app to show it as the thumbnail icon image of the book.

- title
- bg
BookServer’s copy script will copy the bg image to the folder of BookServer
Page Controls
the goto buttons are created.

-
Go To Title
normal Kwik’s Go to Page action to goto Page_1
-
Go To TOC
gotoTOC.lua as external gcode for the button action
local ui = require("components.store.UI") ui.gotoSceneBook("TOC")
-
Go To Previous Book
gotoPrevBook.lua as external gcode for the button action
local ui = require("components.store.UI") ui.gotoScenePreviousBook()
-
Go to Next Book
gotoNextBook.lua as external gcode for the button action
local ui = require("components.store.UI") ui.gotoSceneNextBook()