How To...Customize the HTML-based UI

 

Go Back...


Escape can be launched with an HTML-based UI by specifying the --html argument in the browser command line. This version of the TV UI is rendered by the Escape browser itself using HTML and custom JavaScript.

All HTML source files are provided for you to modify or use as a reference in developing your own HTML-based UI. These files are contained in the tvrefuiresources.jar file.

The table below outlines the HTML files and their purpose, and includes links to the custom JavaScript extensions provided for each page.


File Description Custom DOM Objects
bookmarkpopup.html The bookmarkpopup file provides a dialog to allow the user to add or edit a bookmark. tvui, tvui.bookmarkpopup
bookmarks.html The bookmarks file provides the HTML interface for accessing user bookmarks. tvui, tvui.bookmarks
find.html The find file provides a dialog to allow the user to search for text within a web page. tvui, tvui.findpopup
history.html The history file provides the HTML interface for viewing the browser history. tvui, tvui.history
settings.html The settings file provides the HTML interface for adjusting browser settings such as fonts and colors. tvui, tvui.settings
toolbar.html The toolbar file provides the HTML interface that implements the URL and status bar of the TV UI. tvui, tvui.tvtoolbar


Top of the page

Go Back...

Return to Start