| 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. |
| OnShowAttribute | A user-defined function that is called to determine if a field should be shown. |
| OnMoreIcon | A user-defined function that provides the HTML code to navigate to the target of a foreign key value. |
| OnNewIcon | A user-defined function that provides the HTML code to navigate to a new record view for a foreign key. |
| OnNodeLink | A user-defined function that provides the href to navigate to the Node. |
| OnAttribute | A user-defined function that provides the HTML code for an attribute value. |
| OnTextAttribute | A user-defined function that provides the HTML code for editing Text fields. |
| OnNumberAttribute | A user-defined function that provides the HTML code to edit Number fields. |
| OnDateTimeAttribute | A user-defined function that provides the HTML code to edit DateTime fields. |
| OnBooleanAttribute | A user-defined function that provides the HTML code to edit Boolean fields. |
| OnNodeAttribute | A user-defined function that provides the HTML code to edit a Node field. |
| OnHyperlinkAttribute | A user-defined function that provides the HTML code for a Hyperlink field. |
| OnObjectAttribute | A user-defined function that provides the HTML code for editing Object fields. |
| OnMemoAttribute | A user-defined function that provides the HTML code for editing Memo fields. |
| OnAttributeCaption | A user-defined function that provides the HTML code for a field label. |
| OnObjectLink | A user-defined function that provides the href to navigate to the contents of an Object field. |