How can I create tree menu (like windows explorer) in Portlet

On my page I need a portlet which will be a tree menu (expandable and collapsable).Items in the menu are just URLs.
EG: Main menu
SubMenu1
-Item11
-Item12
-Item13
Submenu2
-Item21
-Item22
-Item23
I crated a menu portlet in 9iAS portal R2, But it is not able to expand or collaps inside the same region.
When I clik on Submenu1 it open a new window and Items are dispayed on window. I do not want that, I need to see all items in a submenu at the portal region itself, then when I clik on that Item(URL) I wiil get that new page/file as per the URL.
On the menu portel design/layout screen of Oracle9iAS portal, it looks good (with exand/collaps), I want the exact same functionality for the menu on my page region.
Please give me a quick answer

Hi,
This is not possible with Portal right now. You can run the menu as a tree by clicking on the frame view icon at runtime of the menu in the full page mode. This is not possible on the page.
Thanks,
Sharmila

Similar Messages

  • How can I read my disks like windows explorer let's me?

    New to iMac and apple .... says my start up disk is full .... how can I view my disk space and programs aka windows explorer style?

    First, empty the Trash if you haven't already done so. Then reboot. That will temporarily free up some space. According to Apple documentation, you need at least 9 GB free for normal operation. You also need enough space left over to allow for growth of your data.
    Use a tool such as OmniDiskSweeper to explore your volume and find out what's taking up the space.
    Proceed further only if the problem hasn't been solved.
    ODS can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To really see everything, you have to run it as root.
    Back up all data now if you haven't already done so. No matter what happens, you should be able to restore your system to the state it was in at the time of that backup.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combinationshift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the page that opens.
    After installing ODS in the Applications folder, drag or copy — do not type — the following line into the Terminal window, then press return:
    sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up.
    I don't recommend that you make a habit of this. Don't delete anything while running ODS as root. When you're done with it, quit it and also quit Terminal.

  • How can i make firefox look like windows explorer?

    i'm using a custom explorerframe.dll in windows explorer. Now I want the firefox navigation bar(back and forward buttons; address bar) to look exactly the same. Is there a script(userchrome.css) that can do this automatically or do i have to port the style and make my own theme?

    Right-click the Menu bar and click to de-select the Menu bar.

  • How can I create a drawing like the one pictured from a photo?

    How can I create a drawing like the one pictured from a photo?

    OK, you are getting closer. Now, use your result, and place a Layer above that. Use the Pen Tool to create the "pen strokes" basically tracing over your background image. Then, when you have created each Path (or Sub-Path), choose Stroke Path, with probably the Pencil Tool and a Brush size that is small enough.
    Not sure which versions of PS these are good for, but here are some plug-ins, that might be helpful.
    AKVIS Sketch
    EdgeLine
    Sketch Effects
    Sketch Master
    I see that one of my old favorites, Flaming Pear's India Ink is not around any more.
    Good luck,
    Hunt

  • How can I create the component like ComboBox in flashlite2.0 ?

    How can I create the component like ComboBox in flashlite2.0
    I'm a new man, please gave me an example!
    Thanks.

    I don't see anything special about the play button in MPMoviePlayerController....
    the "glowing" effect icons are all standard UIBarButtonItem objects:
    http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIBarBut tonItem_Class/Reference/Reference.html

  • How can i create a Laptop like the ones use in SAP TecEd?

    How can i create a Laptop like the ones use in SAP TecEd hands on labs? with all the NW products install on it.

    Hi,
    Vague question, but to create a laptop with the solution installed - you need to order the solution and and then install it on the laptop. Or download trial versions from SCN and install those as well.
    Regards,
    Srikishan

  • How can i create a new shell window using some functions?

    1.In a shell window, how can i use a command to create another new shell window?
    2.In C code, which function will be called to create a new shell window?
    (not excute shell command -- being implemented by using system() )
    Thanks!

    #1 I don't know what a "shell window" is. There are shells (programs that accept terminal input and run scripts), and there are windows (usually drawn by an Xclient (like xterm), or a toolkit client (dtterm, gnome-terminal).
    The two are very different. You may just want to run xterm or something and assume that it will also launch a shell.
    #2 You'll need to explain that one better. system() is the normal way to launch external commands. If you don't want to use it, you'll need to explain why it's not useful here.
    Darren

  • How can I create a textbox-like field?

    I am writing a After Effect Plug-in.
    I want to create a textbox-like for user, when click om plugin in after effect cs4 popup textbox
    So, if there is any example to create that UI for me?
    Thanks a lot.

    i'll try to give you a wider picture.
    AE has no "text" parameter you can add to a plug-in.
    you have to either create on using a custon UI, or open a window and use an OS control to allow the user to enter text.
    if you're just beginning developing you should probably avoid custom UI. it's a pain.
    the simples way to trigger an OS window is using javascript.
    yes, just as you would in a regular AE javascript.
    there are a few scripts that ship with AE that show how to open a window and even get text input.
    the link i added to the previous post show EXACTLY how to implement java from within an effect.
    all you have to do is change the java script to one you need.
    copy/paste. the rest is ready to use as it is in that link.
    how do you know when to launch that window?
    there are a few ways to tell.
    the most versatile would be a custom UI, but as i said, it's not easy to do.
    the second method would be to use "param supervision".
    it will tell you when the user clicked on a specific param, so you can launch the window.
    relatively simple to pull off.
    look at the "supervisor" sample to see how it's implemented.
    the third method is the simplest, and i would recommend it for a beginner.
    as many effects that require some window to open do, you can use the "options" button to launch the window.
    you can even change the name of that button using PF_SetOptionsButtonName().
    look at the "checkout" sample.
    it has it all.
    it changes the name of the "options" to "whatever i want!".
    it even has a function called PopDialog() that... pops up a message window when clicking on the options button.
    all you'll need to do, is replace the content of the PopDialog() function with your window code.
    that should get you up and running.

  • How can i create a website like this?

    Hello Adobe Community
    I've had this idea in my head for a while, but i cannot think of how to create it.
    I think of creating a website with a very nice layout where you can purchase and submit your own ebooks to sell, and they need to be approved by an admin before it shows up on the website.
    I have been thinking about this for some time but i don't have a clue on how to create a website like this and it must take a very long time.http://puu.sh/5Ki7Q.png
    My idea: You can hover over the ebooks to get more information about them, you can see star rating and feedbacks / comments under the ebooks.
    I need help with getting started on the right track, i don't know very much about Dreamweaver, but i am starting to get good at it. I know HTML and a little CSS.
    I would really appreciate any help i can get.

    Unless you have very strong coding skills with PHP & MySql,  I think you could do most of this with  WordPress and  WordPress plugins for e-commerce, star ratings, lightbox viewer, reviews, etc...
    Nancy O.

  • How can you create subtitles just like in movies?

    Hi, I recently purchased Final Cut Pro X and I was wondering how to create subtitles just like in movies. Thanks

    Does FCP X support subtitles like you see in Blu-ray or DVD?  I.e. subtitles for the narrative?
    I know you can put titles but subtitles would be something that needs to keep "changing".

  • How can I create a menu in a Dialog

    I whant to know how to implement a menuBar into a Dialog (modal)

    Thanks
    I know that i can add a menuBar into a Frame but i need a modal window.
    Can you tell me how can i implement a modal (to deny access to his parent and to wait for results in the code where the frame was created) behaviour for the frame.
    Black Marian

  • How can i create a dialog like JOptionPane functionality

    I want to show a dialog to the user by calling a method.
    1. showWindow() method will create an object of a Dialog.
    2. Dialog will return an Integer Data.
    3. this Integer data is the return type of showWindow() method.
    How can I do that?
    For Example,
    public int showWindow(){
            int iSelectedOption = JOptionPane.showConfirmDialog(null,"Do you want to save?");
            return iSelectedOption;
    }Expected:
    public int showWindow(){
            GeneralDialog dialog = new GeneralDialog();
            int iSelectedOption = dialog.selectedValue();
            return iSelectedOption;
    }

    thanks for your help,
    i did a small demo, just chenk and tell me what did is right?
    import java.awt.BorderLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JButton;
    import javax.swing.JComponent;
    import javax.swing.JDialog;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JTextField;
    public class SimulateOptionPane extends JFrame implements ActionListener
        JButton                 btn    = new JButton("YES");
        JButton                 btn1   = new JButton("NO");
        public static final int YES    = 1;
        public static final int NO     = 2;
        private int             result = 0;
        public SimulateOptionPane()
            JPanel jp = new JPanel();
            jp.add(new JTextField(10));
            JPanel jp1 = new JPanel();
            btn.addActionListener(this);
            btn1.addActionListener(this);
            jp1.add(btn);
            jp1.add(btn1);
            int i = getResult(this, jp, jp1);
            System.out.println("------->" + i);
        public int getResult(JFrame parent, JPanel jp, JPanel jp1)
            JComponent panel = new JPanel(new BorderLayout());
            panel.add(jp, BorderLayout.CENTER);
            panel.add(jp1, BorderLayout.PAGE_END);
            JDialog d = new JDialog(parent, true);
            d.add(panel);
            d.pack();
            d.setVisible(true);       
            return this.result;
        public static void main(String[] args)
            new SimulateOptionPane();
        public void actionPerformed(ActionEvent e)
            if (e.getSource() == btn)
                result = YES;
                dispose();
            else if (e.getSource() == btn1)
                result = NO;
                dispose();
    }thnaks
    daya

  • How can i tidy up folders in windows explorer and have the new names etc recognized by itunes?

    Sorry if this has been asked before, but I have spent quite a while searching how to do this...
    For example: In Windows Explorer, 2 different R.E.M. cd's have come up as different artists names, R.E.M and R.E.M_
    Although in iTunes they are both displayed correctly, there are many, many other examples.
    One more - a Celtic Box set with 4 cd's... 1-3 are in a 'Various' folder, and cd 4 is in a 'Compilation' folder.
    It's not the end of the world, but it's driving me a bit mad, as my ocd is starting to kick in!!
    Does anyone have any tips please?
    Thanks in advance

    Welcome to AD!
    Is your new laptop Vista, and the older desktop XP?
    If so, they have different paths to the default library.
    On XP, it's c:\Documents and Settings\ username \My Documents\My Music\iTunes\iTunes Music
    On Vista, it's C:\Users\ username \Music\iTunes\iTunes Music

  • How Can I Create a Menu Where the Audio Loops Twice But the Video Loops Forever

    I'm wanting to create a 50 second looping menu with a video background and some music, but I only want the music to play twice.  After the second time the music plays, I'd like the video background to continue looping, but not have any music.
    How could I achieve this while giving the user the ability to make menu selections at any time?  I've seen it done on a number of commerically available DVDs and Blu-rays, but I can't figure out how to do it in Encore.
    I'm using Encore CS6.
    Thanks.

    Stan Jones wrote:
    I do not know if that works, but I don't see why it wouldn't.
    I'm not sure what you're referring to.  Are you referring the commercially available DVDs that I've seen achieving what I mentioned in the first post? 
    There's definately a way to do this, but perhaps Encore just insn't capable. I always find it annoying when a DVD menu loops music or some other audio infinately.  I may stick a disc in the player and walk into the other room to do something while it's loading up.  I always appreciate it when whoever made the disc only has the music or audio looping a couple of times, then it stops.
    Just wish I could do the same.

  • How can I create a 5 minute window?

    What I am trying to do is make a 5 minute window of events that happened last in my application. For some reason, I cannot get the "5 minutes"  to be just that. Here is what I want to do:
    I want to have events from the event structure written to a file (easy - done). After a specified amount of time ( 5 minutes ), the writing that was happening into this file "fileA.txt" ends. After this ends, a new file is created and the process of writing data to that file continues into this file "fileB.txt". Here's the tricky part: Again now, after 5 minutes, I want to replace the entire contents of "fileA.txt" with new data in this new 5 minute window. This process continues until the VI stops arbitrarily.
    The goal with this is after a certain base amount of time that the VI has run, I always have AT LEAST the last 5 minutes of data that occured in the application. Worst case scenario I have only "fileA.txt" in its entirity, best case scenario being I have "fileA.txt" and for example 3 minutes and 30 seconds of "fileB.txt".
    I would greatly appreciate any insite into how to finish this. The reoccuring problem for me is that I am constantly getting the Error 1, GPI ....... when the VI tries to write to text file.
    I need to do this so I can troubleshoot another VI that keeps shutting down for some reason. 
    Here are my 2 tries at doing this:
    Solved!
    Go to Solution.
    Attachments:
    1st Attempt.vi ‏22 KB
    2nd Attempt.vi ‏20 KB

    The common way of disabling controls is to ... disable them.
    You're mixing different attempts at solutions and throws code, use 1 event-structure.
    I've attached a skeleton, there's no real error handling, but it should get you started.
    You can easily add a Disable-event if time is more than 5 seconds.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV
    Attachments:
    5minwindow.vi ‏22 KB

Maybe you are looking for

  • Keynote will not open presentation which was edited 5 days ago in Keynote 6

    Anyone having this problem? Trying to open a presentation in Keynote 6.0 (1473). Double clicking the file provides the opening animation but no window appears with the presentation. I have also had two kernel panics due to this new Keynote but for th

  • Error from Business Catalyst

    I have a creative cloud account and ever since I moved to it my BC does not work. I am getting this error: ﷯Error: Does not have enough privileges to create an Adobe Business Catalyst temporary site. Please contact the site administrator. Thought on

  • Calendar synch w/ Outlook failing - internal error #-725 (0x8004fd2b)

    just upgraded device and desktop s/w to latest and problem did not go away. Contacts and Notepad synch just fine. But Calendar fails: 1) reads all device entries 2) reads all Outlook entries 3) then pops up a message: "Error encountered. Error code -

  • OOBEUnattended not applying.

    Hi all, unfortunatly all of my oobe scrips are not applying anymore with this line: [windeploy.exe] UnattendSearchExplicitPath: [C:\Windows\Panther\unattend.xml] does not meet criteria to be used for this unattend pass. is there someone that can see

  • Default parameter for users

    Hi gurus, I'd like to know how to assign default values for user parameters in CRM web UI. For instance I want that each time during navigation an editable field for sales organization is found, my default sales organization (maintained as paramenter