Gatsby Database Explorer 3.0 Object Model Reference

Form Object


The Gatsby Database Explorer Form 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.
OnShowAttributeA user-defined function that is called to determine if a field should be shown.
OnMoreIconA user-defined function that provides the HTML code to navigate to the target of a foreign key value.
OnNewIconA user-defined function that provides the HTML code to navigate to a new record view for a foreign key.
OnNodeLinkA user-defined function that provides the href to navigate to the Node.
OnAttributeA user-defined function that provides the HTML code for an attribute value.
OnTextAttributeA user-defined function that provides the HTML code for editing Text fields.
OnNumberAttributeA user-defined function that provides the HTML code to edit Number fields.
OnDateTimeAttributeA user-defined function that provides the HTML code to edit DateTime fields.
OnBooleanAttributeA user-defined function that provides the HTML code to edit Boolean fields.
OnNodeAttributeA user-defined function that provides the HTML code to edit a Node field.
OnHyperlinkAttributeA user-defined function that provides the HTML code for a Hyperlink field.
OnObjectAttributeA user-defined function that provides the HTML code for editing Object fields.
OnMemoAttributeA user-defined function that provides the HTML code for editing Memo fields.
OnAttributeCaptionA user-defined function that provides the HTML code for a field label.
OnObjectLinkA user-defined function that provides the href to navigate to the contents of an Object field.

Methods

NameDescription
ProcessPostProcess the results of a post.