TVUI Bookmark Popup DOM

 

Go Back...


The TVUI Bookmark Popup DOM is accessible through the name "tvui.bookmarkpopup".


Fields
height Defines the height for the bookmark popup.
width Defines the width for the bookmark popup.
Call back function properties
focusok_cb Set to function name that should be called to give focus to the OK button. Function takes no parameters.
focustitle_cb Set to function name that should be called to give focus to the title field. Function takes no parameters.
settitle_cb Set to function name that should be called to set the bookmark title that should be displayed. Function takes one parameter (title).
seturl_cb Set to function name that should be called to set the bookmark URL that should be displayed. Function takes one parameter (url).
Methods
cancelPressed() Function to inform the cancel button has been pressed.
okPressed(name, url) Function to inform the OK button has been pressed. Parameters are strings representing the name and URL of the bookmark, respectively.


Top of the page

Go Back...

Return to Start