cutmail's blog

write the code

2008-12-13から1日間の記事一覧

Google Gadgetにタブを追加してみる

Google GagetでAPIで取得したデータなどを表示するのはできましたが、 よくあるガジェットにはタブが採用されています。このタブの仕組みがよくわからなかったのですが、 意外に結構シンプルな仕組みで実装できました。 tab.xml <Module> <ModulePrefs title="タブサンプル" height="140" scrolling="true" > <Require feature="tabs" /> </ModulePrefs> <Content type="html"> </content></module>