A tab form is used to host multiple grid views;
each grid view resides in its own tab;
the best way to link a tab form into application
main page is through a module's navigation bar.
Tab Form Attributes
- Title: Tab form title;
- Reference Key: Reference key to this tab form; it must be unique for each tab form;
- Description: Description shown on the top of the tab form;
- Access Perm: Permission key to access this tab form;
- Tab Form GridViews: List of grid views hosted in the tab form;
no external parameters will be passed from tab form to these grid views
(except user login id: @userId).
|