How to publish a page in list mode?

Hello:
I would like to use Oracle Drive for content management. I would like to be able to navigate trough the pages and subpages like folders and subfolders.
Thanks.
Thierry

From your screen Capture it looks like you did save the selection as Alpha 1
That your in quick selection mode because if the red overlay
In Quick Selection save selection will not be an option
You can save the selection by dragging the selection in the channels palette to the new channel Icon
You can also load the selection using the load selection icon in the channels palette then use Save Selection
You can leave quick selection mode so you see the marching ants and then use save selection

Similar Messages

  • How to create a page that lists available Oracle Reports to execute?

    APEX Version: 3.2.0.00.27
    Database: Oracle 10g XE
    Hello! I'm fairly new to APEX and adapting to the features and terminology related to this product.
    I don't think this issue is unique to Oracle Reports, but rather the concept of a page that reads from table (maybe a "report?") to provide a result set of data which the user can click on a result to direct to another page.
    In any case, I have a table in the database which stores all the attributes (report title, parameter names, RDF name, etc) of about 100 Oracle Reports. So far, I've successfully created an application page that features Items that are used to execute a single Oracle Report. Now, instead of creating unique individual pages for each of the 100 Oracle Reports, featuring the report's attributes (parameters, etc), what do I need to do just have one APEX page that dynamically reads from the table and builds the Region and its Items based on what's in the table? Furthermore, I would like to have an initial page that lists every report available to the user, which they can then click on the name, and then it will take them to the page that presents all the parameters needed to execute the report. How to do this? I understand there is a concept of List (under Shared Components), but it would be impractical to create a List and an entry for each report, and then branch to the parameter page...not to mention, whenever a report is added or deleted, the List would need to be updated.
    Can someone give me some pointers on how to approach this? It doesn't seem all too complex, but I just don't know at this point what the most practical way of accomplishing this...not sure what kind of pages, region, items, etc to create.
    Also, any reference books that you guys recommend on the ins/outs of APEX? I realize Oracle has documentation, tutorials, and OBE's on this product, but from what I've seen they aren't thorough enough in explaining what each property/attribute of the various objects that can be created in APEX.

    but rather the concept of a page that reads from table (maybe a "report?") to provide a result set of data which the user can click on a result to direct to another page.You are on the right track with the idea of an initial page with a report region listing your reports as links. Not sure from the provided information if this out of the box capability will meet your actual requirement, but try the Create Page wizard > New page > Form > Form on a Table with Report as a first approximation.
    instead of creating unique individual pages for each of the 100 Oracle Reports, featuring the report's attributes (parameters, etc), what do I need to do just have one APEX page that dynamically reads from the table and builds the Region and its Items based on what's in the table?If this can't be handled using the built-in Form on a Table with Report design pattern, it sounds like it will be possible using a dynamic form generated using the [APEX_ITEM API|http://download.oracle.com/docs/cd/B28359_01/appdev.111/b32258/api.htm#BGBHDGAI] either as another report region or a PL/SQL Dynamic Content region.
    Also, any reference books that you guys recommend on the ins/outs of APEX? [Pro Oracle Application Express|http://www.amazon.co.uk/gp/reader/159059827X/ref=sib_dp_pt#reader-link], the authors of which are active voices on this forum, is a good book. The forum itself is an unbelievable resource, as is the hosted service for learning and experiment at [apex.oracle.com|http://apex.oracle.com/i/index.html].

  • How do I put calendar in list mode

    I want to set my calendar to stay in list mode.  did once by accident.  how do I do it?

    Hello acraftersdream,
    The information below details how to go about displaying a list of events.
    View a list of events. In month view, tap to see a day’s events. In day view, tap .
    iPhone User Guide - Calendar at a glance
    http://help.apple.com/iphone/8/
    Cheers,
    Allen

  • How to publish only pages with changes?

    I am publishing to a folder rather than to MobileMe. Is there a way to publish only files that are new or have changed since last publish?

    ThierryR is correct. Publishing to a folder without a previous version in that folder forces iWeb to publish the entire site. Subsequent publishes can be just changed pages. So just leave the site in the folder and keep publishing to it. You can always find which files have been changed by using the sort by date option in the Finder window for the site folder. But you realize that some files is the site's subfolders may be updated also, like css and js files.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier versions) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. There are versions that are compatible with iPhoto 5, 6, 7 and 8 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    NOTE: The new rebuild option in iPhoto 09 (v. 8.0.2), Rebuild the iPhoto Library Database from automatic backup" makes this tip obsolete.

  • How to avoid login page in List Tree

    Hi group,
    I am new to APEX and I have added a tree list to my application.
    The problem is when I click into the link of the tree list, it always redirects me to the login page.
    Is any setting that I am missing?
    This tree list was created into the page "0".
    Thanks in advance.
    Kind regards,
    Francisco

    Hi
    jyothi
    thanks for the response
    i was following yours thread of Tree the same problem is thr in my tree its also nt retaining the current possition after collapsing it and this is my code can you please help me in this and i have try your javascript also but were to put it i m not getting the solution was gien to u by andyand vee, please please help me
    this my code
    select
      case
        when connect_by_isleaf = 1 then
          0
        when level = 1 then
          1
        else
          -1
      end as status,
      level,
      case
        when PAGE_NUMBER is null then
          MENU_ITEM_NAME
        else
          MENU_ITEM_NAME || ' (' || PAGE_NUMBER || ')'
      end as title,
      null as icon,
      MENU_ITEM_ID as value,
      null as tooltip,
      case
        when PAGE_NUMBER IS NULL then
          NULL
        else
         'f?p=&APP_ID.:' || PAGE_NUMBER || ':&APP_SESSION.'
      end as link
    from   #OWNER#.D_MENU_ITEM
    start with IS_ROOT = 'Y'
    connect by prior MENU_ITEM_ID = PARENT_ITEM_ID
    order siblings by SEQUENCE_NUMBEREdited by: shadab550 on Mar 15, 2012 10:09 AM

  • How to sort Reminders (in List mode)?

    How do I sort Reminders (in List mode) in chronological sequence according to due date?
    It works automatically in iCloud via web browser, but apparently not in the iPhone Reminders app. Please help. Thank you!

    Apparently, Apple thinks you don't need to sort them. They will thus appear in the order you create them. This is also bugging me though, along with all of the other problems with this app. (not possible to set due date on iPhone)
    Oh, if you want to help, submit this "feature" to Apple at this page:
    http://www.apple.com/feedback/iphone.html

  • How to publish Web parts page in Share point server 2010

    Hi All,
    I have created Web parts page in share point server 2010. it working fine but it always displayed with Ribbon controls and other tool bars, if there any possibility to publish web parts page, here user able to view content only not editing option.
    I already enabled 'SharePoint Server Publishing Infrastructure' in site collection level and 'SharePoint Server Publishing' in site level.
    Here i only find publish menu for pages not for web parts page.
    Kindly advice how to publish web parts pages.
    Thanks,
    Selvakumar.S

    Just remove Edit permission of users on that page, then they wont be able to see edit options
    http://office.microsoft.com/en-in/sharepoint-help/what-is-permissions-inheritance-HA102772762.aspx
    http://office.microsoft.com/en-in/sharepoint-foundation-help/edit-permissions-for-a-list-library-or-individual-item-HA101805400.aspx
    If this helped you resolve your issue, please mark it Answered

  • Publishing site - Add a list to Site pages - Ribbon items disabled

    Hi,
    I created a publishing site in SharePoint 2013.
    I created a custom list and added few data to it.
    In the Home page of the site, I clicked on "Add Page". Once the page is created, I clicked on "Insert" - select "webpart" -  choose the custom list. I published the page.
    The list was added. However on selecting any of the item in the list, the items inside the ribbon having "Items" and "List" seems to be disabled.
    I have not changed any master page. I have owner permission in the site.
    How to make the ribbon items visible when an item is selected? This is only happening for a publishing site template and not on a Team site?
    Has anybody encountered this? How to fix this?
    Thanks

    To my Knowledge there doesn't exist ribbon with "Item" and "List" categories in publishing page of publishing site template
    I believe you have not checkedin the page and 
    Published  the page. Kindly publish the page and check if you are still able to find the ribbon with those categories disabled. I just tried and dint find it.Let me know if still the problem exists.

  • Adobe pro - print settings: How do i make a custom page size list, which i can copy to my other comp

    Adobe pro - print settings: How do i make a custom page size list, which i can copy to my other computers who have adobe pro installed?

    your right.. i ment acrobat pro :-)
    my problem is that i use the PDF printer to export CAD drawings as PDF´s.
    As it is now, there are some pre-defined page sizes in the print settings, and i know i can add custom pages manually one at a time.
    What i want is to copy the list of my danish standard page sizes, and use them on my other versions of acrobat.
    Its like 70 different sizes, and i have them made manually on my current computer, but i hope its possible to copy the list to other computers.
    Maby its some script where i can define the sizes, and then copy to another computer. Im just not that much of a computer genius :-)
    Hope i got through this without to many spelling mistakes...
    Thanks for helping.

  • How do I change the theme in Presenter to publish a page flip effect?

    I would like to change the theme in Presenter to save as and look like: http://page-flip.com/
    How do I change the theme in Presenter to publish a page flip .swf & .pdf effect?
    Thank you for reply with help!

    You can increase the font size and automatically page view changes. Go to menubar; Reading -> PDF View or Epub Text Size (depending upon the ebook) and increase the size.

  • How to publish news on a portal page of Oracle CS

    Hi everybody!
    Please help, how to publish news on a portal page of Oracle Collaboration Suite
    Thanks a lot for your helps.

    I have the resolution but don't have time right now to put it.
    Refer/search in
    metalink.oracle.com
    How To Edit The News Portlet     332930.1

  • How to Publish on the Web a PDF document in Reading mode only

    Hello,
    I'm planning to post on my web site my manuscript in PDF format. I would like to make it available in a reading mode only.. I wonder if ADOBE LIVECYCLE Rights Management would allow me to do so in a safe manner. What would be the cost?
    Thanks.
    PATEGA

    Thank you for your reply.
    De : Test Screen Name 
    Envoyé : 15 septembre 2014 05:51
    À : Gaétan Patenaude
    Objet :  How to Publish on the Web a PDF document in Reading mode only
    How to Publish on the Web a PDF document in Reading mode only
    created by Test Screen Name <https://forums.adobe.com/people/TestScreenName>  in Adobe PDF Pack - View the full discussion <https://forums.adobe.com/message/6730511#6730511>

  • I am creating a list.  Page 1 is full and I can't figure out how to get to page 2.

    I am creating a list.  Page 1 is full but I can't figure out how to get to page 2.

    It would help if you told us which ages version you use? Are you still on MacOs 10.6.8?
    Did you use text boxes?

  • How to Publish Pages to WebServer from DreamWeaver

    How to Publish Pages to Webserver from Dreamweaver.. Please
    Advice..
    Kinda forget :(
    Or shall i use FTP software, which one is good?

    Which part of the F1 Help files are you not following?
    Really. It's all
    right there under FTP.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "owaisrauf" <[email protected]> wrote in
    message
    news:ek1npn$pbc$[email protected]..
    > Can you explain me how to do it..
    > I have gone to SITE and then Manage Sites, and then
    clicked New.
    > And put FTP information of the Server.
    > But how shall i transfer files.
    > PLease explain in detail i will appreciate it
    >

  • In ios 7, how do I get the calendar to open each time in list mode?

    In ios 7, on the iphone 5, how do I get the calendar to open each time in list mode? It always opens is strange new mode and goes to list mode only if I click the search icon.

    For some weird reason beyond my comprehension, and I am a smart fellow I think; Adobe starting with acrobat/reader 8 has decided to hid the menu icon Ribbon (i guess you would call it) until you have a PDF open. In versions past if you had these icons on the screen you could actually use them to open Pdf's or create pdfs from scans.
    Pesonally for me its a dumb idea. But was justified as allowing for more screen area to view. The guy that thought up the idea should be taken out behind the barn and given 10 licks for stupid ideas. :-)

Maybe you are looking for