Curl
 

Menu
 Chapter.1
 Chapter.2
 Chapter.3
 Chapter.4
 Chapter.5
 Chapter.6
 Chapter.7
 Chapter.8
 Chapter.9
 Chapter.10
 
 
■Tableへの大きなTooltipの追加

Part.1の例はもっとも一般的な例を示しているので単純にしてありますが、もっと複雑な方法で使用することもできます。
次に示すリストは大きなTableを小さなTableTooltopとして表示した例です。

【Tableへの大きなTooltipの追加】
{curl 6.0 applet}
{curl-file-attributes character-encoding = "shift-jis"}
{Table columns=2,
tooltip = {Tooltip
{Table cell-border-color= "black",cell-border-width=1pt,
{cell-prototype colspan=3,
{bold 日本レコード大賞歴代受賞}},

{row-prototype

{bold 年度},
{bold 曲目},
{bold 歌手名}},
{column-prototype row=2, column=0,
"平成13年",
"平成14年",
"平成15年"},
{column-prototype row=2, column=1,
"Dearest",
"Voyage",
"No way to say"},
{cell-prototype rowspan=3, row=2, column=2, "浜崎あゆみ"}
}
},

{bold 年度}, {bold 新人賞 },
"1998", "モーニング娘。",
"1999", "八反安未果",
"2000", "氷川きよし"
}


Chapter.10(Part.1)へ戻る
Chapter.10(Part.3)へ進む