Gatsby Database Explorer 3.0 Object Model Reference

List Object


The Gatsby Database Explorer List view.

Properties

NameDescription
NodeThe node that this view operates on.
ScriptThe javascript code required by this view.
htmlHeaderThe HTML code for the header of the view. This code belongs in the body section of the HTML document.
htmlBodyThe HTML code for the body of the view.
htmlFooterThe HTML code for the footer of the view.
ParametersA form that contains the parameters required by the list
PageThe page for which the list is to be built
PageCountThe number of pages based on the current records per page.
RecordsPerPageThe number of records to be included per page.
RowCapHeaderLeftThe content of the left row cap header column.
RowCapHeaderRightThe content of the right row cap header column.
OnRowCapLeftA user-defined function that provides the HTML code of the left row cap cell for a row.
OnRowCapRightA user-defined function that provides the HTML code of the right row cap cell for a row.
OnShowAttributeA user-defined function that determines whether a column should be shown.
OnHeaderA user-defined function that provides the HTML code for a column header.
OnNodeLinkA user-defined function that returns an href for navigating to the Node.
OnAttributeA user-defined function that provides the HTML code for an attribute.
OnTextAttributeA user-defined function that provides the HTML code for Text fields.
OnNumberAttributeA user-defined function that provides the HTML code for Number fields.
OnDateTimeAttributeA user-defined function that provides the HTML code for DateTime fields.
OnBooleanAttributeA user-defined function that provides the HTML code for Boolean fields.
OnNodeAttributeA user-defined function that provides the HTML code for Node fields.
OnHyperlinkAttributeA user-defined function that provides the HTML code for Hyperlink fields.
OnObjectAttributeA user-defined function that provides the HTML code for Object fields.

Methods

NameDescription
ProcessPostProcess the results of a post.