How to mimic Pull Down Menu like APEX WORKSPACE

Hi,
I want to have Pull Down Menu like APEX Workspace pages where Application Developer, SQL Workspace, Team Developement and Administration have menus attached to them.
They appear in Pull Down format.
I want to mimic the same in my application. I have Pull Down List template and created a list region. It is showing the menus but I want the width and height of the lists to be same as that of APEX Workspace pages.
I have very little knowledge about javascript and others. I am familiar with PL/SQL.
Please help.
Thanks,
Mehabub

Mehabub Sheikh wrote:
Hi,
I want to have Pull Down Menu like APEX Workspace pages where Application Developer, SQL Workspace, Team Developement and Administration have menus attached to them.
They appear in Pull Down format.
I want to mimic the same in my application. I have Pull Down List template and created a list region. It is showing the menus but I want the width and height of the lists to be same as that of APEX Workspace pages.
I have very little knowledge about javascript and others. I am familiar with PL/SQL.The best way to get help with layout/visual formatting/CSS/JavaScript is to create an example on apex.oracle.com and post developer credentials for the workspace.

Similar Messages

  • Lion installed. Now when I click on a pull-down menu like "Size" when shopping Safari crashes.  Help!

    Lion installed.  Now when I click on a pull-down menu like "Size" when shopping Safari crashes.  Help!

    Can't help with your Safari issue, but if you want to report this issue to Apple's engineering, send a bug report or an enhancement request via its Bug Reporter system. To do this, register as an Apple Developer—it's free and available for all Mac users and gets you a look at some development software. Since you already have an Apple username/ID, use that. Once a member, go to Apple BugReporter and file your bug report or enhancement request. You'll get a response and a follow-up number; thus, starting a dialog with engineering.

  • PULL DOWN MENU

    IN HR REPORT I HAVE TO USE STANDARD SELECTION SCREEN THIS WIIL GET WHEN I USE LOGICAL DATABASE. BUT I NEED ONE MORE SELECTION PARAMETER WHICH HAS PULL DOWN MENU .
    CAN ANY BODY PLS LET ME KNOW HOW TO GET PULL DOWN MENU IN SELECTION SCREEN

    I guess u r asking for list box
    report zcha .
    type-pools: vrm.data:
    ivrm_values type vrm_values.
    data: xvrm_values like line of ivrm_values.
    data: name type vrm_id.
    parameters: p_month as listbox visible length 10.
    parameters: p_year as listbox visible length 4.
    at selection-screen output.
    name = 'P_MONTH'.
      refresh ivrm_values.
      xvrm_values-key = '1'.
    xvrm_values-text = 'January'. 
    append xvrm_values to ivrm_values. 
    xvrm_values-key = '2'. 
    xvrm_values-text = 'February'.
    append xvrm_values to ivrm_values.
    xvrm_values-key = '2'.
    xvrm_values-text = 'March'.
    append xvrm_values to ivrm_values.
      call function 'VRM_SET_VALUES'      
    exporting            id     = name      
         values = ivrm_values. 
    name = 'P_YEAR'.
    refresh ivrm_values. 
    xvrm_values-key = '2001'.
    xvrm_values-text = '2001'.
    append xvrm_values to ivrm_values.
    xvrm_values-key = '2002'.
      xvrm_values-text = '2002'.
      append xvrm_values to ivrm_values.
      xvrm_values-key = '2003'. 
    xvrm_values-text = '2003'.
    append xvrm_values to ivrm_values.
    call function 'VRM_SET_VALUES'   
       exporting            id     = name     
          values = ivrm_values.

  • List / Pull Down Menu set LIST_ITEM_ID and PARENT_LIST_ITEM_ID

    Hi all
    APEX has "Pull Down Menu" template for navigation list control where used variables #PARENT_LIST_ITEM_ID# and #LIST_ITEM_ID# but their values can't be specified SELECT, all my tries failed
    btw doc says
    Enter a list SQL Query or Function returning a SQL Query to generate a dynamic list.
    SQL Query Syntax:
    select level, labelValue label,
           [targetValue]            target,
           [is_current]             is_current_list_entry,
           [imageValue]             image,
           [imageAttributeValue]    image_attribute,
           [imageAltValue]          image_alt_attribute,
           [attribute1]             attribute1,
           [attribute2]             attribute2,
           [attribute3]             attribute3,
           [attribute4]             attribute4,
           [attribute5]             attribute5,
           [attribute6]             attribute6,
           [attribute7]             attribute7,
           [attribute8]             attribute8,
           [attribute9]             attribute9,
           [attribute10]            attribute10
    from ...
    where ...
    order by ...
    Thanks

    If you're trying to build a hierarchy then it's the first column - level - that defines it.
    You'll find an example of a query that builds a menu hierarchy here
    Grassroots Oracle: CSS pull down menu using APEX List

  • I would like to know how to draw up a list in a cell (like a pull-down menu) to ease data capture, but I don't know how to do that  ! Do you get the idea ? Thanks !

    I would like to know how to draw up a list in a cell (like a pull-down menu) to ease data capture, but I don't know how to do that  !
    Do you get the idea ?
    Thanks ever so much !

    the numbers manual can be downlaoded from this website under the Apple support area...
    http://support.apple.com/manuals/#numbers
    What your looking for is written out step by step for drop downs and all other special types of user input starting around page 96 in the '09 manual.
    Jason

  • How can I make a pull down menu in I web

    how can I make a pull down menu in I web?

    You can't do this directly in iWeb itself and it is quite complex - you need to use third party software and it is a matter of pasting code into the html snippet in iWeb and then uploading certain things to your host/server and then connecting them.  It can get quite fiddly if you don't really know what you are doing and it only takes you to upload the wrong thing and get some code wrong and your menu will not show up.
    Why not ditch iWeb in favour of newer software - try EverWeb at http://www.everwebapp.com and in EverWeb you can create drop down menus from within the app and it is very easy to do.
    I would change now as iWeb has not been supported by Apple or sold for the last 2 years, so now might be a good time to look elsewhere and ditch iWeb for good.
    I already have and purchased EverWeb and re-built one of my sites using this app and have moved my other site to Drupal so that I can do more with it and make it a members site - this can be done more easily if you use a Content Management System like Drupal.

  • Director 8 - how do I create a pull down menu

    I have only been using Director for a short while and I am
    trying to figure out how to create an interactive pull down menu.
    There would be a title (click on title) then a series of Chapters
    would show up under the title. By clicking on a chapter (or
    releasing the mouse button) the viewer would be taken to the
    beginning of that chapter. I have seen the pull down button in the
    Library but have no idea on how to use it.

    To use the Dropdown Menu behavior from the Controls pane of
    the Library Palette:
    1) Create a field member
    2) Place it on the Stage
    3) Open the Library Palette at the Controls pane
    4) Drag the Dropdown Menu behavior onto the field sprite
    5) Select the appropriate* choices in the Behavior Parameters
    dialog
    6) Run your movie
    7) Click on the field sprite.
    * What are the appropriate choices? That depends on how you
    plan to design your project. You might like to start by creating a
    marker label for each of your chapters, and using "Markers in this
    movie" as the value for the "Contents" property.

  • How can I display only the Data Logging pull down menu on my LV front panel?

    Is it possible to hide all unused pull down menu on my front panel vi like File, Edit, View etc.. and only
    display the pull down menu for the Data logging?!
    best regards
                          Norick

    Hey,
    You can build your own runtime menu (Edit>runtime menu) and then e.g. only display the application items you want to.
    Christian

  • Firefox 3.6 had a "Bookmark All Tabs" in the Bookmarks Pull down menu. How can I "Bookmark All Tabs" using Firefox 4.0.1

    I recently updated to Firefox 4.0.1 from Firefox 3.6. Firefox 3.6 had a "Bookmark All Tabs" in the Bookmarks pull down menu. There isn't a "Bookmark All Tabs" in the Firefox 4.0.1 Bookmarks pull down menu. Has this feature been eliminated from Firefox 4.0.1? If I want to save 24 tabs in one window of Firefox and 14 tabs in another window of Firefox, do I have to save all the tabs individually? How can I set the options, preferences, etc. so that I can "Bookmark All Tabs" at once in a window of Firefox 4.0.1. I am running Firefox 4.0.1 on a desktop computer with Windows7 Professional OS with Firefox as my default browser.

    Right click a tab and you will get the option to bookmark all tabs. Or use keyboard '''Alt + B''' which opens the old style menu. You can make changes to Firefox, as explained in this post: [/questions/799856#answer-155765]

  • My bookmark pull down menu doesn't offer " manage bookmarks". In all the support Ican find this is how to edit bookmarks. How do I find the manage link if it's not in teh pulldown menu?

    Question
    My bookmark pull down menu doesn't offer " manage bookmarks". In all the support I can find this is how to edit bookmarks. How do I find the manage link if it's not in the pull-down menu?

    In Firefox 4, "Organize Bookmarks" has been changed to "Show All Bookmarks" to open the Library window.

  • How to use a pull down menu after the 2.0 update

    Hi,
    I'm looking for help on how to use a pull down menu after the latest update. The method I was using before no longer works and it's driving me crazy.
    Has anyone else had this problem and figure out a new way?! 
    I was holding my finger down on the pull down menu and waiting for the options menu to pop up, I'd push cancel and the menu would stay. This no longer works.

    Also would love to know plz

  • Apex editor pull down menu

    Hi,
    i'm trying to recreate the pull down menu in the Apex 4 Editor without success.
    Looking at the structure of the editor, its replacing the TABS region which comes in the different themes with a div: page-header and applying css to it (apex top bar etc).
    Has anybody tried this?

    Try to add S before #LIST_ITEM_ID# in list template (Sublist Entry properties).
    In "Sub List Template Current with Sub List Items" and "Sublist Template Noncurrent with Sub List Items" replace
    dhtml_MenuOpen(this,'#LIST_ITEM_ID#',true,'Left')"
    with this
    dhtml_MenuOpen(this,'S#LIST_ITEM_ID#',true,'Left')"
    Hope that helps.
    Best regards,
    Marko

  • How to deactivate the forms-pull-down menu?

    Hi folks,
    My problem is, that I can't deactivate the main pull down menu in the oracle forms runtime. There is allt the time leaving the "window" option.
    Regards
    Steffen

    The windows option is a requierment of MS windows.
    You can hide it by specifying a null label for the windows option

  • Pull-down Menu instead of the Dumb Ole Dock

    I'd like to have a pull-down menu available so I can switch between applications as we all did in Systems 6,7,8,9. How can I get such a thing? The dock is slow and inefficient and has bad Karma.
    Thanks,
    Tom

    Classic Menus ($10) mimics the OS9 Apple Menu; you can add aliases to it of any folders, or indeed your entire hard disk: it displays heirarchical menus of the contents. Works nicely in Leopard or Snow Leopard. It also follows aliases within folders, unlike the list view in the Dock.

  • I'm using an iMac running Os X Yosemite, Photoshop CS5 Extended, R2880 Epson printer  In the Print Settings dialog box, I can't select Color, Advanced BW or Grayscale unless I select "Printer Manages Color". The pull down menu is grayed out. Even with "pr

    I’m using an iMac running Os X Yosemite, Photoshop CS5 Extended, R2880 Epson printer  In the Print Settings dialog box, I can’t select Color, Advanced BW or Grayscale unless I select “Printer Manages Color”. The pull down menu is grayed out. Even with “printer manages color” the tif or jpg image comes out in color overlaid with black. (See example - printer1. image on left is close to what it should be). Photoshop has no updates pending. I’ve downloaded the latest Epson driver which was working fine just before the problem occurred

    Is your Photoshop CS5 updated to 12.1?
    Are you on Yosemite 10.10.1 or Yosemite 10.10.2?
    Did you apply the recent Epson software 2.1.9 update?
    What type of file is it (file format)?  What bit depth and what color space?
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

Maybe you are looking for

  • Trackpad and trackpad button often unresponsive in Mavericks

    This is an offshoot of discussion about a mouse right click not always working since upgrading to Mavericks. I said using the trackpad and trackpad button on my MBP often doesn't effect the computer; I have to repeat those actions multiple times befo

  • EDI Invoice printing

    Hey all you Oracle experts, Hopefully simple question here surrounding Invoice printing and EDI. In our current setup we print most of our invoices on a daily basis, and the image generated through BI publisher gets archived successfully. We have rec

  • Setting Default Views of Mounted Server Shares

    In OS X 10.5 server, how do I change the owner of a volume? So I can do the stuff below? Do I change the owner in the Finder...? Or do you use the OS X Server admin utility type programs? Thanks Re: Setting Default Views of Mounted Server Shares Post

  • Zones on different networks

    I am having trouble getting a zone to work on a different subnet mask. I got 1 zone working on a 255.255.255.0 submask, and I am trying to get another to work on a 255.255.255.192 submask (both on different adpaters). When I setup the zone (using the

  • Oracle8051 on linux Kernel 2.2.13

    error in the execution of svrmgrl, message: segmentation fault