I'm using google tv jquery ui library to build app. I want to build multi page in one html file. I follow example : http://gtv-resources.googlecode.com/svn/trunk/templates/html-01/index.html, but it using 2 html files to switch between app. Please show me example code to manage multi page in one html file, thanks
Asked
Active
Viewed 196 times
1 Answers
0
If you'd like to do multi page web using single html, you could use layers. You should look at examples BuildPhotoPages or BuildVideoPages here:
https://developers.google.com/tv/web/lib/jquery/
Thanks.

ssgg Google Developer Platform
- 874
- 1
- 7
- 14
-
I looked this example but it very complex, I don't know how to set active/inactive layer. Can you write for me a simple example like that : Page 1 has a slide show, when press enter, switch to page 2 is detail of item selected, when press backspace, slide show in page 1 still focus to selected item, thanks – toanbk Nov 13 '12 at 10:27