The Master Template

The Master template refers to the dataview page. It encompasses the record template and the data list template, which render the 'Records' list shown below but are held in separate files for manageability.

AppTitleThe title of the application
appNameThe name of the application
appDescriptionThe description of the application
appCopyrightThe copyright notice of the application
versionThe current version of the application
ListTitleThe title of the data list in focus
ViewsInformation pertaining to the available views.
ViewList
SelectedA Boolean that indicates if this view is selected.
LinkThe URL to select this view.
TitleThe title of the view.
NavigatorInformation pertaining to the current focus within the database. Maintained as a list of path items.
ListTitleThe title of the list at this index of the path.
RowTitleThe title of the record at this index in the path.
LinkLinkThe URL to the list at this index in the path
RowLinkThe URL to the record at this index in the path.
WarningInformation pertaining to any active system-level warning messages.
WarningTextThe text of the warning message.
InfoPopInformation pertaining to any active application-level messages.
MessageThe application-level message that should be conveyed to the user.
DataListOrAutoExpandContains information on the actual data being viewed.
CreateURLThe URL to invoke the create-new action for this list.
Columns
Title1 – Title7The title of the first 7 columns in the list
ID1 – ID7The internal ID of the first 7 columns in the list
RecordsThe list of records being viewed.
FormDataHTML that is specific to a form required for the current edit action.
HeaderMetadata about the record
RowTitleThe title of the record
ShowThisLinkThe URL to show detail for this record
EditLinkThe URL to edit this record
DeleteLinkThe URL to delete this record
InEditIndicates if the record is being edited
ChildViewsA list of drilldowns, or 'GoTo' items
TitleThe title of the 'GoTo' item
LinkThe link to expand the 'GoTo' item
HasPreviewIndicates if this record has some preview text.
PreviewTextThe preview text for this record.
RowLinesA list of lines to display in this record, for a form-based layout.
Col1 – Col4The title of the four columns in this row line.
Val1 – Val4The value of the four columns in this row line.
AllValuesA dynamic list of values in this record
ExpansionContains information about the link to drilldown (the '+' icon)
HasChildrenWhether this record has drilldown children
LinkThe URL to the drilldown
Attrs1 – 9The CSS attributes for the values
ShowDetailLinkThe URL to this record
StripeWhether this record is striped
TitleThe record title
Val1 – Val9The values in this row
SectionFooterAny additional HTML to display at the end of the record.
ActionsThe list of actions pertaining to the current focus.
ActionList
ActionTitleThe title of the action.
ActionURLThe URL to invoke the action.
ReportsInformation pertaining to the reports available for this record
ContextReportsThe reports specific to this record
ReportURLThe URL to invoke this report.
ReportTitleThe title of the report
GlobalReportsThe reports available throughout the application.
ReportURLThe URL to invoke this report.
ReportTitleThe title of the report
HasPagesIndicates if this list has multiple pages.
HasFirstPageLinkIndicates if this list has a first page.
FirstPageLinkThe link to the first page.
HasNextPageLinkIndicates if this list has a next page.
NextPageLinkThe link to the next page.
HasPrevPageLinkIndicates if this list has a previous page.
PrevPageLinkThe link to the previous page.
searchLinkThe link to the full-text search page.
IsLongListIndicates if the data being viewed is a tabular (long list), or form-based (non-long list).
 


Next Topic:
v4.2.0.956 (beta)
Up Since 2/29/2024 12:02:23 AM