TVUI History DOM

 

Go Back...


The TVUI History DOM is accessible through the name "tvui.history".


Call back function properties
additem_cb Set to function name that should be called to add an item to history. Function takes one parameter (item).
focusfirst_cb Set to function name that should be called to give focus to the history panel. Function takes no parameters.
Methods
deleteItem(name) Function to delete a history item. Parameter is a string representing the name of the history item to remove.
close() Function to close the history panel.
removeAll() Function to remove all history items.


Top of the page

Go Back...

Return to Start