Navigation and Pages - SpreadsheetWeb Help
Course contents9 lessons
Course overview
  1. Prepare Your Excel File
  2. Upload Your Excel File
  3. User Interface
  4. 04Navigation and Pages
  5. 05Database
  6. 06Print
  7. 07Email
  8. 08Publishing Your Application and Transactions
  9. 09Updating the Workbook

Lesson 4 of 9

Navigation and Pages

This tutorial will show you how to create a web application with multiple pages, and add page navigation to let your users transition between available…

2 min read

This tutorial will show you how to create a web application with multiple pages, and add page navigation to let your users transition between available pages.

You can create any number of pages inside an application. The Home Page of your application will be the first page that is automatically generated when the application is created. The Home Page will have an icon next to it to signify this property on the Pages interface. The Home Page is essentially the landing page for your application, and will be the first page your users see when they access your application.

Pages Navigation See All

You can create additional pages by clicking the Add New button on the bottom of the Pages interface. To set one of the other pages as your Home Page, simply hover over the item and click on the Home button.

Navigation between applications can be done in two ways – action buttons and navigation menu. You can add a navigation menu to any pages in your web application from the Pages interface. Selecting Top or Left for the Navigation Bar Orientation will create the corresponding menu in those pages that users can interact with to transition between pages. Note that all pages that are visible to the end user will show on this menu.

Pages Navigation Define Page

Action buttons can be assigned a Navigation event to transition the user to a specific page in your application. To do this, you must assign the Navigation event to a button, and then configure it by clicking the event.

Pages Navigation User Interface