Create sub-pages programatically

Hi,
Is it possible to use the add_folder in PDK pl/sql api to create sub-pages to the root page of a content area programatically?
Thanks

hi,
this is the right function to create sub pages. for more information and an example check out:
http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/plsql/doc/pldoc_9026/wwsbr_api.html#function-add_folder
regards,
christian

Similar Messages

  • How do I create sub-pages in iWeb?

    Hi, How do I create sub-pages in iweb like it does in this website
    http://www.e-alliance.ch/index.php?id=405
    with all the main menus "about us", "advocacy capacity", etc?
    Thank you for your help!!!
    Boaz

    To create sub pages, just ensure that the main menu item is in the main menu and then for the sub pages themselves, ensure that they are NOT in the main menu and you link back by creating links instead.
    For example, you could use Staff as a main menu item, so Staff would be in the main menu and then descriptions of different staff members would be underneath, but not in the main menu - they would have separate links that you create and then hyperlink.
    If you want to make drop down menus in iWeb, as in the site that you linked to, you can't do this directly in iWeb itself.  You have to make it and then upload various css files to your web host and link to it in iWeb etc.  It is quite a complex task to create drop down menus in iWeb.  If you want to do that, then I would suggest that you use a different app instead - take a look at http://www.everwebapp.com.

  • Creating sub-pages in iWeb'09?

    Hello!
    i've just starte using iWeb, and trying to create my own web page. I can't find a solution on the above: how can i create "sub-pages"? For example: I want to create a main page called Photos (appearing in main menu bar), and UNDER this page i want to create "sub-pages" called photos1, photos2, photos3, etc. (appearing UNDER Photos page).
    How can I do this?
    Thanks,
    Bazsi21

    Hello:
    I just read your post regarding creating web pages in iweb. This is something i have been trying to do also. Do you happen to know whether there's a way of creating sub pages from the main navigation menu, rather than pasting hyperlinks into the page. If i create an envertainment magazine, and one section is "movies", then I want all articles on movies to fall within that category, WOuld be far easier if visitors click on 'movies' link in navigation bar, and then see the list of articles. Is there a way to do this in iweb?
    If not, i am wondering why Apple didn't include this basic necessity when creating the program.
    I look forward to hearing from you.
    Thanks.

  • Creating sub pages

    How does one do this in iWeb?

    Keep main page in the navigation menu and then for your sub pages, you don't put them in the nav menu - open the Inspector and then click on Page and then click on the box that has "don't include page in nav menu" and that is it.
    You then create your own links on the sub pages back to the main page and wherever you want by using either shapes or text boxes or whatever.
    To make the whole process easier, you could always ditch the iWeb page template nav menu by turning it off and creating your own text based nav menu, which makes creating sub pages easier - you just don't include what you don't want.

  • How do I create sub pages/menus in Creative Cloud?

    How do I create sub pages/menus in Creative Cloud?

    If you're looking for a replacement for the deprecated Spry Menus, look at the links below.
    Pure CSS Drop-Menu
    http://jsfiddle.net/NancyO/zN7fU/
    CSS3 Dropdown Menus
    http://www.red-team-design.com/css3-dropdown-menu
    PVII's Pop-Menu Magic3 (commercial DW extension)
    http://www.projectseven.com/products/menusystems/pmm3/index.htm
    jQuery Superfish
    http://users.tpg.com.au/j_birch/plugins/superfish/
    jQuery MegaMenu 2
    http://www.geektantra.com/2010/05/jquery-megamenu-2/
    Nancy O.

  • I would like to create sub-pages

    I would like to create pages that are sub-pages of other pages

    It will cost you a lot of time as family trees have lots of links.
    I use ohmigene : http://ohmi.celeonet.fr/ohmiGene/indexEN.html to generate html pages.
    It has a very clumsy interface and there are errors in the html pages, so you'll have to correct them.
    In iWeb you can use an iFrame (insert html snippet) to show the index page of your family tree.
    But, you better ask someone experienced with html family trees.

  • Creating new pages in iWeb

    Could someone assist please with creating new pages within a page - that is if I need to follow from
    a previous page with in context stuff, but I don't want a NEW page with a NEW page heading at the top.
    I just want to put more stuff up under an existing page heading and using an arrow to go to new page
    all in the same section. Rather than filling the top with new page headings. Sorry if I cant explain it better! Thanks - Gareth

    This works for your site because it is mostly photos and you have used the Photo Page, fine. However, what you need to remember is that many people just have ordinary websites without photos who might still want to use sub pages and this method will not work for them because there are not forward and back links.
    I have sub pages on my own website and basically, I created an About Us page. I have some text there, but then I have something that says find out more about these people. I did not want these other pages displayed in the main nav bar, so I took them all out and what I have done on the About Us page is use a shape with the name of the person in it and created a hyperlink to that page. You click on the relevant shape and this takes you to the page for that person - on this page I have then created a shape with Back and Forward in it - the Back hyperlink if clicked on takes you back to the About Us page and the Forward hyperlink takes you to the page for the next person etc.
    If you want to create sub pages on an ordinary web site, then this is how you need to do it - you need the links on the pages that are not in the main nav bar to be able to get around the site.
    You don't have those links on your site, but as it is mainly photos then this does not matter and works for you, as you go from gallery to gallery. This will not work for everyone though - horses for courses! What works for one might not work for another.

  • Create aspx page without masterpage and add visual webpart into it

    Hi
    I have to create aspx page programatically and add it to the site pages library of team site.
    Requirements for this page are
    1) Page should not use masterpage
    2) Add a visual web part to this page
    3) on feature activation add this page with webpart should be added to site and set this page as welcom page
    We are using TeamSite template in our project
    Please provide me solutions with examples if possible
    Thanks
    Bhavin

    Hey,
    is the visual webpart a custom webpart which is created by yourself or is it a standard webpart such as content editor?
    Not to use the masterpage is quite difficult because the masterpage is necessary for several things. As far as I know there is no way to create a page without a masterpage. As a workaround I would recommend to try the "isDlg=1" parameter in the
    url. This flag hides most of the elements in the masterpage. As an example it is used by the modal dialog framework. Every page which pops up as a modal dialog (such as the forms of lists and libraries) is a ordinary page (including the masterpage) but it
    has the flag in its url. So only the actual content of the page is displayed while the elements of the masterpage are hidden.
    Try to set the welcome page like this: http://[webUrl]/SitePages/YourCustomPage.aspx?isDlg=1

  • Sub pages for video?

    Can I create sub pages of videos in the same way as sub pages with photopages can be created.
    What I want to achieve is a Video Gallery with links to various videos.

    You have to do by hand. But at least you can still use the photo template. Just make each video have a screengrab. Then drag all the screengrabs to the photo page just like normal. After you do that, you need to make the links by making transparent squares that cover up each screengrab. Just make the squares and then change the trasparentcy to 1%. Then put the link to each video page on it. I don't know why you have to do it this way, but it works.

  • Create a page programmatically

    This might be a silly question.
    Looking at the JSF 1.1_01 API, I don't see methods supporting creating pages programmatically. For example, I would expect the UIForm class to have something like an addChild method.
    Does this mean JSF does not intend to support creating a page programatically?

    The trick is
    UIComponent.getChildren().add(UIComponent)That does seem like a solution or more accurately workaround. Look at the notes for the List returned by UIComponent.getChildren() such as
    # Any attempt to add an object that does not implement UIComponent must throw a ClassCastException.
    # Whenever a new child component is added, the parent property of the child must be set to this component instance. If the parent property of the child was already non-null, the child must first be removed from its previous parent (where it may have been either a child or a facet).
    Wouldn't it be much nicer if an addChild method is provided (say in UIComponentBase class) to do all this?
    Anyway, thanks for the quick response.

  • How To Use Dynamic Menus To Place Manually Created Jspx Pages On Sub-Level

    JHeadstarters,
    Back on the JHS trail and could use some help.
    I started using dynamic menus (see section 9.2 JHS Dev Guide) to setup a custom menu structure and found it could not be easier however I need to solve 2 issues;
    1. How to get more than 2 levels deep on the menus (parent, child, grand-child, etc.)? In the menu structure setup I have created a menu that is 3-levels deep however when it runs you only get 2 levels. Perhaps a template needs to be changed.
    2. How can I assign manually created jspx pages to sub-level menus?
    Scenerio;
    I have JHS generated pages *** AND *** manually created pages. Using dynamic menus to place the JHS genned pages works fine, the problem is how to do it with manually created pages.
    Using Dynamic Menu's I created a top-level menu tab named "warp-core", below it on the next level I have two sub-menus, one named "search" and one named "form" for displaying the results of the search and modifying the rows (don't ask me why they are seperate).
    The problem is how to assign the manually created jspx pages to those sub-menus? Or am I going abouth this the wrong way? Perhaps I could use JHS to generate seperate search and display pages.
    Thanks!
    BG...

    Bill,
    1. Yes, you need to decide yourself how and where you want to render this third level menu. You then create a region file similar to dynamicMenu2Tabs.jspx, just replace the references to level2MenuItems with level3MenuItems. Then create a custom template to call this menu 3 region file.
    For example, you could create a bulleted vertical list for level 3 as illustrated in section 9.1.3 of the Developers Guide (that example is with static menu, but you can use similar technique for dynamic menu)
    2. Instead of a group name, you can specify a JSF Navigation action in the menu administration application. So, you create a global navigation case to your custom page, and you enter this navigation case id in the menu admin app.
    Note that if you want to generate separate search pages, you can do so by setting the advanced search property to "separatePage".
    Steven Davelaar,
    JHeadstart Team.

  • Link for Create Sub-Accounts Tool keeps looping back to Overview Page

    Hello,
    I need to create an email sub account but the link for the "Create Sub-Accounts Tool" just keeps looping back to the over view page. Where is the tool actually located?
    Thank you in advance for your time and attention.

    Ok, after *much* more fiddling around this place ( It was a trial just to get logged in -eeeesh!  ) I finally found a link for it here that seems to work:
    https://www22.verizon.com/residentialhelp/fiosinternet
    but after going through all of the steps, I got:
    "We have encountered an unexpected error, Please call customer service or try again later." 
    Oh and live chat is not available.

  • How to Create a Sub Page

    Im creating a website for my baseball team. I have a Varsity website but I want to create a new page for Rosters, and another page for schedules, etc.... Is there a way to create a page and not have it show up on the header as a link? Ill create a hyperlink to the other pages, but I dont want my header clutter with links to every single page, just to the main ones.

    For any page: open the inspector (lower right on the tray) and click on the 1st icon on its header "Page Inspector", uncheck "include page in navigation menu"

  • How to create a page & portlet

    Hi
    I am new to Oracle portal. i am using Oracle 3.0.
    i am working on an application in portal. i have created n number of forms, reports, dynamic pages, menus, sub menus & lovs etc. currently i access my application in a raw manner. first login , then go to the navigator link then applications & click on menu.
    my menu is a single entry point to my application. how can i publish this. i.e what i want to do is the moment user logs in he should straight away get the menu view.
    I have read there is something by which we can create pages & publish them.
    Could someone tell me how to create a page where i can drop my components such as menu , forms & reports on to it & then create a complete portal.
    I can see a create page in my oracle portal but the moment i try to add a portlet in that page it gives me option for adding an appliction only what i want to add is the componenets(such as menus, forms etc) residing inside my application.
    what it gives me is 2 options 1 to edit & the other to navigate the application only, here i can see my components but cannot include them in my page.
    Kindly reply
    Regards
    Sushant

    You can create a page and add application components to it as portlets. The first step to do this is to go to the application and check the publish as portlet check box. Then go to each component that you want to publish and check the publish as portlet box. Once you do that, you create a page and click add portlet (in edit mode). This will give you the portlet repository. Your application should show up as a provider and each component that you checked will show up as a portlet.

  • Creating sub groups in iFS...

    Please, let me in this...
    (1) Does iFS support the creation of sub groups underneath one group?
    For example,I am using the iFS Manager, and I want to create groups for that represent companies...Group A, B & C...
    Can I also create sub groups, Sales, Marketing and Human Resources for all three groups? and eventually create users for each of these groups?
    Thanks...
    null

    You can definitely create subgroups under the groups you create. Copy and paste the groups into the Group page as you would individual users.
    I played with your scenario a little, and there doesn't seem to be a problem in creating subgroups with the same names.
    However, when I select a group from the global list, it displays the same user names in any of the matching list names, regardless of their parent group (they still display properly when I open them underneath the parent group).
    Even if this did work, in practical terms, you'd end up with a global list of several groups with names that are indistinguishable (Sales, Sales, Sales, Human Resources, Human Resources, Human Resources, etc.).
    What I'd recommend is that you create the subgroup names with an abbreviation of the company name.
    For example, you could have the ABC company group, then ABC_Sales, ABC_Human Resources, etc. This way you can tell them apart when looking at the global list, there won't be any potential for confusion, and they'll cluster together naturally.

Maybe you are looking for

  • ITunes is not working after the update

    After iTunes update i cant open iTunes anymore.

  • Payment Terms in MIRO

    Hi guys, Can you please help me with this issue I'm having on payment terms on MIRO. The PO created with payment term - PD15. As I'm entered the PO number on MIRO and on the payment tab, payment terms drop down menu is gone. Can anyone please exlain

  • Photoshop confusion

    Good evening all, wonder if someone can help please? I 'retired' from full-time photography some 4 years ago after 14 years working professionally, but like many things one does for a long time.....the desire to return becomes too great to ignore, so

  • Problems with Edge Animate Animations

    Hello There I am Using CP8 with responsive projects. It appears that no matter what if an edge animate file is imported into a slide it lays on top of everything else and trying to put a caption or an image or anything else on top of it will not work

  • Why does my OWB not work?

    After I installed Oracle Warehouse Builder(2.1),and ran it, I found there was nothing displayed at the cental screen, where a navigating tree had been expected. Only some icons was there. For example, I clicked the 'Project' bar,but nothing appears.