To see the final code we ended up using in Gmail and Reader, you'll have to reverse engineer the button code in one of those products.
如果你想看我们在Gmail和Google Reader中使用的最终代码,你必须自己对按钮代码进行反向工程。
i. 如果一个按钮是主按钮,那么添加"goog-imageless-button-primary"。
ii. 如果一个按钮不允许用户使用,那么添加"goog-imageless-button-disabled"。
iii. 如果好几个按钮组成一个"按钮组",就像范例中的Example 3,那么最左边的按钮添加"goog-imageless-button-collapse-right",最右边的按钮添加"goog-imageless-button-collapse-left",中间的按钮则是同时添加这两个class。
iv. 如果一个按钮保持选中状态,那么添加"goog-imageless-button-checked"。