name The lists name
root The root xml element name (Default "bird_list")
sort The field sorting for the pages (Default none)
count The maximum of pages to return (Default: all)
location Location attribute added to the xml. Useful when using many lists per page
direction In what directions to sort ("asc" or "desc")
dateformat The dateformat for dates (Default: system)
datetype If to use custom date then set this to "CUSTOM
random Set to "1" to display in random order
showdesc Include the description
showdate Include the date
showbody Include the body for the page
server Name of the server for corba session (Default Local)
user For using CORBA session
password For using CORBA session
server Name of the server (Default Local)
database Name of the database
view Name of the view
count The number of entries to return (Default all)
random Set to 1 to select the entries in random order
dateformat The format for date text
param Name for the character parameter default "c"
dateformat The format for date text
count The maximum number of result to return (Default all)
order The order field to use
table Name of table
key Name of primary key
fields Comma delimeted string with names of the fields to edit
return Name of page to return to after post
generate_key (Optional) Name of field to automaticall generate unique 32 character key when inserting
pool The name of the ConnectionPool to use (Default is the current database)
OR use driver,connection,user,password to specify JDBC connection (not recommended)
sql The sql statement
You can refer to parameters in the query string by using {name} in the string
Example:
sql=select * from table where name={name}
Would substitue a name parameter from the query string
you can use the #,% to indicate either a nubmer or a date
Example:
sql=select * from table where num={#num}
Would select using the num parameter as number
max Maximum number of rows to return (Default all rows)
root The name of the root tag (Default "resultset")
name Name attribute to add to the root (Default empty)
row The XML name of the row element (Default "row")
format.[name] Format parameter for Date and Time fields (If not specified then defaults are used)