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 mobile calendar


It was already possible to create a page of type calendar on a desktop application. Now, with the new jQuery mobile templates, it is also possible to create a calendar page for mobile devices. It should support native mobile device functionalities like swipe and tap-and-hold.

Getting ready

Make sure you have an empty jQuery Mobile page page with the jQuery theme. You should check if you have access to the APP_EVENTS table.

How to do it...

With the following steps we will add a Calendar region to a page in a smartphone application:

  1. Go to the new empty jQuery Mobile page.

  2. In the Regions section, click on the Add icon.

  3. Click on Calendar.

  4. Click on Easy Calendar.

  5. Enter a title for the calendar and then click on Next.

  6. In the next step, select the APP_EVENTS table in the Table/View Name listbox and then click on Next.

  7. In the Date Format radio group, select Date Only.

  8. In the Primary Key Column listbox, select ID and then click on Next.

  9. In the Link Target listbox, select Create new...