| 表格元件 |
|---|
表格元件利用內含之tr和td等兩個元件處理多個文字行及圖片.巢狀表格是不被允許的.
表格元件是用來控制column 及 row的基本結構.表格中可擺文字或圖片.可設向中,向右或向左對齊.
| ☉ | 表格元件之內含元件 |
|---|
|
tr+ (可一個或多個tr元件) |
|---|
| Attribute | Explanation |
|---|---|
| title=vdata | 這是用來代表這個物件的名稱 |
| align=cdata | 這個屬性用來是用來處理表格的整個佈置;你可以將在表格
中的文字或圖片向右靠齊,向左靠齊或向中對齊;
|
| columns=number | 此屬性確定一個row set 中所設定的column數;使用者必須使
用和屬性宣告一樣的column number; 請注意,column個數不可為零. |
| xml:lang | See "Common attributes" on page 23. |
| id | See "Common attributes" on page 23. |
| class | See "Common attributes" on page 23. |
| Example [45] |
|---|
|
<wml> |
|---|
下圖為結果顯示,其介面為nokia 6110

| ☉ | tr 元件 |
|---|
| 內含元件 |
|---|
| Attribute | Explanation |
|---|---|
| id | See "Common attributes" on page 23. |
| class | See "Common attributes" on page 23. |
| ☉ | td 元件 |
|---|
td
元件是用來製造表格列中的資料欄.請注意,資料欄可以是空的.
| 內含元件 |
|---|
| Attribute | Explanation |
|---|---|
| xml:lang | See "Common attributes" on page 23. |
| id | See "Common attributes" on page 23. |
| class | See "Common attributes" on page 23. |