Login / Status
developer.Resource
Home . Documentation . Document Library . References
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

8.12. CTABLE:

Creates a standard-table where you can define the content of the the various cells

Property:

Data type:

Description:

Default:

offset

x,y

Offset from upper left corner

0,0 = intet

tm

->CARRAY +TDParams

topMenu

lm

->CARRAY +TDParams

leftMenu

rm

->CARRAY +TDParams

rightMenu

bm

->CARRAY +TDParams

bottomMenu

c

->CARRAY +TDParams

content-cell

cMargins

margins

Distance around the content-cell "c"

0,0,0,0

cWidth

pixels

Width of the content-cell "c"

tableParams

<TABLE>-params

border=0 cellspacing=0 cellpadding=0

[tsref:(cObject).CTABLE]

Example:

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
}



TYPO3 Core API

TSRef