TVUI Toolbar DOM
Go Back...
The TVUI Toolbar DOM is accessible through the name "tvui.tvtoolbar".
Fields | |
statusbarheight | Defines the height of the statusbar section of the page. |
toolbarheight | Defines the height of the toolbar section of the page. |
Call back function properties | |
buttonstates_cb | Set to function name that should be called to update back, forward status. Function takes two parameters (back, forward). |
focusfirst_cb | Set to function name that should be called to give focus to the toolbar. Function takes no parameters. |
progressvis_cb | Set to function name that should be called to set the visibility of the progress bar. Function takes one parameter (visible). |
scrollstates_cb | Set to function name that should be called to update scroll states. Function takes four parameters (moreUp, moreLeft, moreDown, moreRight). |
secure_cb | Set to function name that should be called to update security state. Function takes one parameter (secure). |
statusmessage_cb | Set to function name that should be called to update the status message. Function takes one parameter (message). |
toolbarvisibility_cb | Set to function name that should be called to set the toolbar visibility. Function takes two parameters (navBarVisible, statusBarVisible). |
urltext_cb | Set to function name that should be called to set the text to be displayed in the URL text field. Function takes one parameter (url). |
Methods | |
openBookmarkPagePopup() | Function to request a bookmark popup be opened to allow for a user to add a bookmark. |
openFindPopup() | Function to request a find popup be opened to allow for a user to search for text in the browser. |
Top of the page
Go Back...
Return to Start