单独js文件内写入control
default.html 中引入
基本使用方法
<div data-win-control="XboxJS.OK.GameTag" data-win-options="{location:'right',VUIText:'SignIn',displayName:false}"></div>
options 为可选参数
默认行为是 header左侧, VUI是Profile, 并且显示名字
/// Displays an item that can be invoked. |
需要添加的相应CSS 再default.css
.gameTag.gameTagLeft { |