Book Image

Oracle APEX Cookbook : Second Edition

Book Image

Oracle APEX Cookbook : Second Edition

Overview of this book

Table of Contents (21 chapters)
Oracle APEX Cookbook Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a page in a websheet


Websheets are prepared as a bare skeleton. The APEX developer just creates the application and leaves everything else to the end users. One of the tasks a user can perform is creating a new page. This recipe explains how this is done.

Getting ready

Make sure there is a websheet application available to use for this recipe.

To gain access to this application, there should be a user available that has websheet developer rights. Log in with that user when asked to run the websheet application.

How to do it...

Run the websheet application. This will bring up the home page of the websheet application. What immediately catches the eye is the list on the right that offers a host of possible options for the websheet developer.

Some of these options will come up in the next recipes, but for the moment we will concentrate on the second button labeled New Page. Click on this button to add a page.

In the next screen, we enter the information we want on this page as shown in the...