Modeling a Notebook Page

Return to Introduction  Previous page  Next page

Summary

The Notebook Page is a Web Page that contains multiple filtered views, each containing one or more screens.  Each of these views is specified and constructed with a UINotebookTab page.  For each UINotebookTab you add to your UINotebook page, the user will see a visual, clickable tab in the resulting user interface.

 

Design Guide Reference: Notebook Web Pages (includes controlling properties)
UINotebook Property Reference: UINotebook Properties
UINotebookTab Property Reference: UINotebookTab Properties

 

Valid Parent Entity Nodes

Name

Modeling Guide

Design Guide

UI Top Page

Modeling a New UI Top Page

Top-Level Web Pages

Hierarchical Menu Item

Defining Hierarchical Menus

Hierarchical Menus

 

Valid Child Entity Nodes        

Name

Modeling Guide

Design Guide

UINotebookTab

Adding a NotebookTab Page

Notebook Web Pages

 

Example: Adding a Notebook to a Menu Item with NotebookTab pages

First, we add a new NotebookPage entity to an existing Menu Item which has no children, and rename to AccountNotebook:

addnotebook

 

We then select how we want our Notebook tabs to display by setting the TabsLocation property

clicktab

tabslocation

 

 

 

This example is continued in the next section, Adding a Notebook Tab Page