TVUI Settings DOM

 

Go Back...


The TVUI Settings DOM is accessible through the name "tvui.settings".


Fields
sdk_color_background Read only. Defines the constant to identify the property.
sdk_color_text Read only. Defines the constant to identify the property.
sdk_color_link Read only. Defines the constant to identify the property.
sdk_color_visited_link Read only. Defines the constant to identify the property.
sdk_color_highlight_link Read only. Defines the constant to identify the property.
sdk_color_active_link Read only. Defines the constant to identify the property.
sdk_cookies_enabled Read only. Defines the constant to identify the property.
sdk_proxy_host Read only. Defines the constant to identify the property.
sdk_proxy_enabled Read only. Defines the constant to identify the property.
sdk_proxy_port Read only. Defines the constant to identify the property.
sdk_memorycache_enabled Read only. Defines the constant to identify the property.
sdk_memorycache_size Read only. Defines the constant to identify the property.
sdk_fixed_font_size Read only. Defines the constant to identify the property.
sdk_ext_form_factory Read only. Defines the constant to identify the property.
sdk_fixed_font_size Read only. Defines the constant to identify the property.
sdk_javascript_enabled Read only. Defines the constant to identify the property.
sdk_underlineLinks_enabled Read only. Defines the constant to identify the property.
sdk_zoom_factor Read only. Defines the constant to identify the property.
sdk_underlineLinks_enabled Read only. Defines the constant to identify the property.
ui_home_page Read only. Defines the constant to identify the property.
ui_home_page Read only. Defines the constant to identify the property.
ui_security_warnings Read only. Defines the constant to identify the property.
ui_ui_warnings Read only. Defines the constant to identify the property.
ui_autocomplete Read only. Defines the constant to identify the property.
ui_autohide_status Read only. Defines the constant to identify the property.
Call back function properties
focusfirst_cb Set to function name that should be called to give focus to the settings panel. Function takes no parameters.
updateproperty_cb Set to function name that should be called to update a property. Function takes two parameters (property, value).
Methods
close() Function to close the settings panel.
setBooleanProperty(property, booleanValue) Function to set a boolean property. First parameter is one of the tvui.settings.* fields (listed above) to be changed. Second parameter is a boolean representing the property’s new value.
setStringProperty(property, stringValue) Function to set a string property. First parameter is one of the tvui.settings.* fields (listed above) to be changed. Second parameter is a string representing the property’s new value.


Top of the page

Go Back...

Return to Start