8.12. CTABLE:

様々なセルのコンテンツを定義できる標準テーブルを作成する。

プロパティ:

データタイプ:

説明:

デフォルト:

offset

x,y

左上のコーナーからのオフセット

0,0 = intet

tm

->CARRAY +TDParams

topMenu

 

lm

->CARRAY +TDParams

leftMenu

 

rm

->CARRAY +TDParams

rightMenu

 

bm

->CARRAY +TDParams

bottomMenu

 

c

->CARRAY +TDParams

コンテンツ・セル

 

cMargins

margins

コンテンツセル"c"の周りの間隔

0,0,0,0

cWidth

pixels

コンテンツセル"c"の幅

 

tableParams

<TABLE>-params

 

border=0 cellspacing=0 cellpadding=0

[tsref:(cObject).CTABLE]

例:

page.10 = CTABLE
page.10 {
  offset = 5, 0
  tableParams = border=0 width=400
  cWidth=400
  c.1 = CONTENT
  c.1.table = tt_content
  c.1.select {
    pidInList = this
    orderBy = sorting
  }
  tm.10 < temp.sidemenu
  tm.TDParams = valign=top
}