| Node | The node that this view operates on. |
| Script | The javascript code required by this view. |
| htmlHeader | The HTML code for the header of the view. This code belongs in the body section of the HTML document. |
| htmlBody | The HTML code for the body of the view. |
| htmlFooter | The HTML code for the footer of the view. |
| Parameters | A form that contains the parameters required by the list |
| Page | The page for which the list is to be built |
| PageCount | The number of pages based on the current records per page. |
| RecordsPerPage | The number of records to be included per page. |
| RowCapHeaderLeft | The content of the left row cap header column. |
| RowCapHeaderRight | The content of the right row cap header column. |
| OnRowCapLeft | A user-defined function that provides the HTML code of the left row cap cell for a row. |
| OnRowCapRight | A user-defined function that provides the HTML code of the right row cap cell for a row. |
| OnShowAttribute | A user-defined function that determines whether a column should be shown. |
| OnHeader | A user-defined function that provides the HTML code for a column header. |
| OnNodeLink | A user-defined function that returns an href for navigating to the Node. |
| OnAttribute | A user-defined function that provides the HTML code for an attribute. |
| OnTextAttribute | A user-defined function that provides the HTML code for Text fields. |
| OnNumberAttribute | A user-defined function that provides the HTML code for Number fields. |
| OnDateTimeAttribute | A user-defined function that provides the HTML code for DateTime fields. |
| OnBooleanAttribute | A user-defined function that provides the HTML code for Boolean fields. |
| OnNodeAttribute | A user-defined function that provides the HTML code for Node fields. |
| OnHyperlinkAttribute | A user-defined function that provides the HTML code for Hyperlink fields. |
| OnObjectAttribute | A user-defined function that provides the HTML code for Object fields. |