我有一个项目涉及使用 Google TV UI Closure 库进行键盘/d-pad 导航。我正在使用从 Google 的 appspot tvui 演示中复制的代码用于 tv-tab-container
<div class="tv-tab-container tv-container-vertical">
<div class="tv-tab-container-bar tv-container-horizontal">
// Tab bar components.
</div>
<div class="tv-tab-container-content tv-container-horizontal">
// Content components.
</div>
</div>
我的印象是闭包库会处理更改选项卡的内容,但事实并非如此。有人知道制作标签功能所需的Javascript吗?我不太了解闭包库的事件处理与 tv-tab-container-bar 选项卡。