|
pagemanager
|
Set the pagemanager class
|
|
font
|
Declare a new font
|
|
field
|
Specify optional data field information
|
|
sourcefield
|
Set the variable from whom get the
value
|
|
stringformat
|
Set how to display the field
|
|
dateformat
|
Set how to display the field if its
value is a date
|
|
value
|
Set the value for the data item
|
|
constant
|
Define constant field
|
|
report
|
Report definition
|
|
columnset
|
Define a new columnset
|
|
column
|
Add a new column to a columnset
|
|
PageSize
|
Set the page size
|
|
Width
|
Set the page width
|
|
Length
|
Set the page length
|
|
Margin
|
Set the page margins
|
|
top
|
Set the top margin
|
|
bottom
|
Set the bottom margin
|
|
left
|
Set the left margin
|
|
right
|
Set the right margin
|
|
BeginReport
|
Set the text to print out at the begin of the report
|
|
OpenPage
|
Set the text to print out at the begin of the page
|
|
Block
|
Set a block of rows repeated many times
|
|
counter
|
Declare a counter
|
|
DataSource
|
Set a source for the data used by this block
|
|
dbclass
|
Set the PHP class used by SpoolTemplate to connect to the db
|
|
dbserver
|
Set the db server to connect to
|
|
dbuser
|
Set the db user
|
|
dbpasswd
|
Set the db password
|
|
dbname
|
Set the db name
|
|
sql
|
Set the sql to execute to get the data
|
|
varname
|
Set GLOBAL variable to get the data instead use some database
|
|
function
|
Set the custom function used to get the data instead use some database
|
|
group
|
Set the grouping level
|
|
openbody
|
Text to printout just before the body rows
|
|
body
|
Body definition
|
|
header
|
Set the columns header
|
|
row
|
Set the text row
|
|
closebody
|
Set the text to print out at the body end
|
|
endgroup
|
Closing group text
|
|
newpage
|
Skip to a new page
|
|
closepage
|
Closing page text
|
|
closereport
|
Closing report text
|