Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\images\doc\bldapp_wiz_pg_hm.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <title>Creating a Page from the Application Home Page</title> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1" /> <meta name="date" content="2009-04-14T16:11:27Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="Creating a Page from the Application Home Page" /> <meta name="relnum" content="Release 3.2" /> <meta name="partnum" content="E11947-01" /> <link rel="copyright" href="dcommon/html/cpyr.htm" title="Copyright" type="text/html" /> <link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" /> <link rel="contents" href="toc.htm" title="Contents" type="text/html" /> <link rel="up" href="preface.htm" title="Home" type="text/html" /> <link rel="up" href="bldapp.htm" title="Building an Application" type="text/html" /> <link rel="up" href="bldapp_pg.htm" title="Managing Pages in an Applic..." type="text/html" /> <link rel="up" href="bldapp_wiz_pg_hm.htm" title="Creating a Page from the Ap..." type="text/html" /> <link rel="prev" href="bldapp_creat_pg.htm" title="Previous" type="text/html" /> <link rel="next" href="bldapp_wiz_pg_def.htm" title="Next" type="text/html" /> </head> <body> <p id="BREADCRUMBING"><a href="preface.htm" title="Home">Home</a> > <a href="bldapp.htm" title="Building an Application">Building an Application</a> > <a href="bldapp_pg.htm" title="Managing Pages in an Applic...">Managing Pages in an Applic...</a> > Creating a Page from the Ap...</p> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr valign="bottom"> <td align="left"></td> <td align="center"><a href="bldapp_creat_pg.htm"><img src="dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="bldapp_wiz_pg_def.htm"><img src="dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> <p><a id="BABGIDEA" name="BABGIDEA"></a></p> <div class="sect2"><!-- infolevel="all" infotype="General" --> <h1><a name="HTMDB25235" id="HTMDB25235"></a>Creating a Page from the <a id="sthref795" name="sthref795"></a>Application Home Page<a id="sthref796" name="sthref796"></a><a id="sthref797" name="sthref797"></a></h1> <p>To create a page from the Application home page:</p> <ol> <li> <p>On the Workspace home page, click <span class="bold">Application Builder</span>.</p> </li> <li> <p>Select an application.</p> <p>The Application home page appears.</p> </li> <li> <p>Click the <span class="bold">Create Page</span> button.</p> </li> <li> <p>Select the type of page you want to create as described in the following table.</p> <div class="inftblinformal"> <table class="Informal" title="Available Page Types" summary="This table describes available page types." dir="ltr" border="1" width="100%" frame="hsides" rules="groups" cellpadding="3" cellspacing="0"> <col width="33%" /> <col width="*" /> <thead> <tr align="left" valign="top"> <th align="left" valign="bottom" id="r1c1-t18">Page Type</th> <th align="left" valign="bottom" id="r1c2-t18">Description</th> </tr> </thead> <tbody> <tr align="left" valign="top"> <td align="left" id="r2c1-t18" headers="r1c1-t18">Blank Page</td> <td align="left" headers="r2c1-t18 r1c2-t18">Creates a blank page.</td> </tr> <tr align="left" valign="top"> <td align="left" id="r3c1-t18" headers="r1c1-t18">Multiple Blank Pages</td> <td align="left" headers="r3c1-t18 r1c2-t18">Creates multiple blank pages.</td> </tr> <tr align="left" valign="top"> <td align="left" id="r4c1-t18" headers="r1c1-t18">Report</td> <td align="left" headers="r4c1-t18 r1c2-t18">Formatted result of a SQL query. Available options: <ul> <li> <p>SQL Report - Creates a report based on a custom SQL SELECT statement or a PL/SQL function returning a SQL SELECT statement that you provide.</p> </li> <li> <p>Interactive Report - Creates an interactive report based on a custom SQL SELECT statement you provide. Users can alter the layout of report data by selecting specific columns, applying filters, highlighting, and sorting. They can also define breaks, aggregations, different charts, and their own computations.</p> </li> <li> <p>Report on Web Service Result - Creates a report on a Web Service result.</p> </li> <li> <p>Wizard Report - Creates a report without requiring any SQL knowledge. Select the appropriate schema, table, columns, and result set display.</p> </li> </ul> <p><span class="bold">See Also</span>: <a href="bldapp_rpt.htm#CHDCFJBF">"Creating Reports"</a> and <a href="advnc_web_services.htm#BABCBBHJ">"Implementing Web Services"</a></p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r5c1-t18" headers="r1c1-t18">Chart</td> <td align="left" headers="r5c1-t18 r1c2-t18">Enables you to create three types of graphical charts: HTML, Scalable Vector Graphics (SVG), and Flash. <p><span class="bold">See Also</span>: <a href="bldapp_chrt.htm#CHDFEJAB">"Creating Charts"</a></p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r6c1-t18" headers="r1c1-t18">Form</td> <td align="left" headers="r6c1-t18 r1c2-t18">Creates a form interface with which users can update a single row or multiple rows within a table. <p><span class="bold">See Also</span>: <a href="bldapp_frm.htm#CHDJCDCF">"Creating Forms"</a></p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r7c1-t18" headers="r1c1-t18">Wizard</td> <td align="left" headers="r7c1-t18 r1c2-t18">Create a wizard.</td> </tr> <tr align="left" valign="top"> <td align="left" id="r8c1-t18" headers="r1c1-t18">Calendar</td> <td align="left" headers="r8c1-t18 r1c2-t18">Generates a calendar with monthly, weekly, and daily views. <p><span class="bold">See Also</span>: <a href="bldapp_cal.htm#BABEDEFB">"Creating Calendars"</a></p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r9c1-t18" headers="r1c1-t18">Tree</td> <td align="left" headers="r9c1-t18 r1c2-t18">Creates a a tree to graphically communicate hierarchical or multiple level data. <p><span class="bold">See Also</span>: <a href="nav_tree.htm#CHDFFBAA">"Creating Trees"</a></p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r10c1-t18" headers="r1c1-t18">Login Page</td> <td align="left" headers="r10c1-t18 r1c2-t18">Creates a login page. <p><span class="bold">See Also</span>: <a href="sec_auth_scratch.htm#CHDDIJDA">"Building a Login Page"</a></p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r11c1-t18" headers="r1c1-t18">Access Control</td> <td align="left" headers="r11c1-t18 r1c2-t18">Creates a page containing a access control list, enabling developers to control access to an application, individual pages, or page components. <p><span class="bold">See Also</span>: <a href="bldapp_acc.htm#CHDEJDGB">"Controlling Access to Applications, Pages, and Page Components"</a></p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r12c1-t18" headers="r1c1-t18">Page Zero</td> <td align="left" headers="r12c1-t18 r1c2-t18">A page zero that functions as a master page. The Application Express engine renders all components you add to page zero on every page within your application. You can further control whether the Application Express engine renders a component or runs a computation, validation, or process by defining conditions. <p><span class="bold">See Also</span>: <a href="ui_allpgs.htm#CJHIJBDG">"Displaying Components on Every Page of an Application"</a></p> </td> </tr> </tbody> </table> <br /></div> <!-- class="inftblinformal" --></li> <li> <p>Follow the on-screen instructions.</p> </li> </ol> <div align="center"> <div class="inftblnotealso"><br /> <table class="NoteAlso oac_no_warn" summary="" cellpadding="3" cellspacing="0"> <tbody> <tr> <td align="left"> <p class="notep1">See Also:</p> <a href="bldapp_wiz_pg_def.htm#CHDDDHJB">"Creating a Page from the Page Definition"</a>, <a href="bldapp_wiz_pg_tool.htm#CHDDBEIA">"Creating a Page from the Developer Toolbar"</a>, and <a href="bldapp_running.htm#CHDDEHIA">"Running a Page or Application"</a></td> </tr> </tbody> </table> <br /></div> <!-- class="inftblnotealso" --></div> </div> <!-- class="sect2" --> <!-- Start Footer --> <div class="footer"> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr> <td align="left"><span class="copyrightlogo">Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.</span><br /> <a href="dcommon/html/cpyr.htm"><span class="copyrightlogo">Legal Notices</span></a></td> <td align="center"><a href="bldapp_creat_pg.htm"><img src="dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="bldapp_wiz_pg_def.htm"><img src="dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> </div> <!-- class="footer" --> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de