Can you make dependant drop down lists?

can you make dependant drop down lists?

Yes, you can create main menu and sub menu items , with default menu the sub pages will auto create sub menu items (you should select all pages from menu type option).
These videos will help you :
https://www.youtube.com/watch?v=hncVlzYuuvQ
https://www.youtube.com/watch?v=kziCEqQpF9s
Thanks,
Sanjit

Similar Messages

  • Can you make a drop down menu in muse

    can you make a drop down menu in muse

    Yes, you can create main menu and sub menu items , with default menu the sub pages will auto create sub menu items (you should select all pages from menu type option).
    These videos will help you :
    https://www.youtube.com/watch?v=hncVlzYuuvQ
    https://www.youtube.com/watch?v=kziCEqQpF9s
    Thanks,
    Sanjit

  • Can you make a drop down

    Can you create a row in numbers where the selections are predetermined and you can select them from a drop down menu? I know you can do it in Excel. Any help would be great. And, if you know if the formula will transfer to excel, that would be great

    You need to format the cells in the row as "Pop-up Menu". This can be done with the "Inspector" or using the formatting section of the tool bar. If you have a number of cells, select them all first, then make them pop-ups and establish the set of choices. In this way they will apply to all the selected cells.
    The values of pop-up cell are just the value of what ever is selected. There are no formulas involve with making the pop-up. These values should transfer to excel, put the list of choices may not.

  • How can you create a drop down list of specific numbers that are in scientific notation?

    Is the best way to do this by constructing an enum and setting the
    individual values to a case structure which has constants that are the
    desired values... or is there a more straightforward way of doing this?

    Just use a menu ring and set the desired "Strings and values" using a property node (or, if they are static, by editing the items directly via the property dialog).
    Most likely, you also want to set the representation to DBL. 
    LabVIEW Champion . Do more with less code and in less time .

  • How can one make the drop down list of bookmarks disappear when selecting an item?

    I want the list to close automatically when selecting a bookmark to open the page (as it does with favourites in Internet Explorer 8). Is it possible to set this up or does the list always have to be closed manually?

    I am closing this prompt as now I am seeing that it is getting refreshed.

  • How do I make a drop down list of text in numbers as it is made in the example spreadsheet for comparing cars for buying where you can choose a value from a dropdown list for each car?

    how do I make a drop down list of text in numbers as it is made in the example spreadsheet for comparing cars for buying where you can choose a value from a dropdown list for each car?

    Where is this example spreadsheet? Without seeing it I can only guess at what you are asking.
    To make a drop-down list (a pop-up menu in Numbers-speak), format the cell as a pop-up then edit and add to the list of items.
    If the example spreadsheet is pulling in a dollar value based on what car you chose in the pop-up, it is probably using LOOKUP or one of the other lookup functions, getting the information from another table (a lookup table). If, instead, these dollar values are what you are choosing in the pop-up, then you need to create a pop-up with these values in it.
    The Help menu includes a link to a page where you can download the Numbers Users Manual. It also has a link to the Formulas and Functions guide. Both are useful to new users.

  • How can I print a drop down list of favorites I have on the favorites bar?

    How can I print a drop down list of favorites i have on the favorites bar?

    Make a screen shot and print that.

  • How can I get a drop-down list selection also be selected in another field with the same list but a different name?

    I have a street address and a billing address. A question is posed with a checkbox — "Is the billing address the same as the street address?" If Yes is checked, the street address automatically fills the billing fields. If No is checked, the user must fill in new information. In both the street address and billing addres, the State field is a drop-down list. How can I get the drop-down list selection in the street address State also be selected in drop-down list for the billing address State?

    Has anyone done this?

  • A simple process I just don't know - how to make one drop down list dependent on another.

    Drop-Down List One has 17 office names. Drop-Down List Two has sub-office names associated with each of the 17 main offices.  If user selects Office 3 from Drop Down List One, only sub-offices associated with Office 3 should appear as choices in Drop-Down List Two.  How do I do that?

    You have asked your question in the Adobe Reader user forum.
    You cannot do what you want with Adobe Reader. Adobe Reader is a PDF viewer - no more, no less.
    You need Acrobat.
    The Acrobat user forums are at:
    https://forums.adobe.com/community/acrobat
    Be well...

  • Dependent drop down list

    I hope I can explain this properly...
    Lets say I have a drop down list in box "A"...I want a drop down list in box "B" to display options dependent on what is selected from Box "A".
    e.g.
    If box "A" is selected as "month"...I want box "B" to have pulldown options of "JAN, FEB, MAR" etc
    if box "A" is selected as "year"...I want box "B" to give options as "2012, 2011, 2010" etc
    I am using Livecycle Designer 8.0 if that matters...
    Can someone provide guidance?
    thanks so much in advance!
    John

    Hi John,
    Just noticed Debadas posted a solution while a was checking mine works. Mine is basically the same (in the same event) but just wanted to point out that if you are targeting Reader 9 or later then you can use the setItems method which makes things a little easier, as you can load all the items in one hit (though maybe with an older version of Designer that wont work, but thought I might as well add my bit).
    switch (DropDownA.rawValue)
        case "Month":
    //      this.setItems("January,February,March,April,May,June,July,August,September,October,Novemb er,December");
            this.clearItems();
            for (var i = 0, currentDate = new Date(2012,0,1); i < 12; i++, currentDate.setMonth(currentDate.getMonth() + 1))
                this.addItem(util.printd("MMMM", currentDate, true))
            break;
        case "Year":
            this.setItems("2012,2011,2010,2009,2008,2007,2006,2005,2004,2003,2002,2001");
            break;
    Bruce

  • JSP HTML parameter form to call report - Dependent  drop down list

    I have a report parameter form developed using HTML & JSP to call oracle reports6i.
    First parameter "STATES", Second Parameter "CITY"
    I have a master-detail relation betwen STATE & CITY table.
    I want the parameter form drop down lists dependant. ie if the user chang STATE value in the first drop down, the second drop down list CITY shoud
    change automatically.
    Please help
    Thanks
    Vimal

    Vimal,
    This is not functionality that's available in the Reports generated parameter form. In order to do this you'll need to build the parameter form yourself as a true HTML form and code the javascript to link the fields.
    Hope this helps,
    Danny

  • How can I select from drop-down list and jumping to selected subform?

    I using LC Designer ES2 vers 9. Developing XDP. How can I Select from a drop-down list the appropriate selected subform (jumping to the selected subform on the page)?
    drop-down list...A (jump to subform1)
                             B (jump to subform2)
                             C (jump to subform3)
    subform1
    subform2
    subform3
    ....end of form

    Hi,
    you cannot set focus on a subform but on a field, as only interactive objects can be focussed.
    From a dropdowns exit event the script will look this way:
    switch (this.rawValue) {
              case "A" : xfa.host.setFocus("form1.page2.field1"); break;
              case "B" : xfa.host.setFocus("form1.page2.field1"); break;

  • How to make a drop down list default to a blank space

    I have a drop down list
    <cfselect name="EmployeeName" query="getname"
    value="EmployeeName" selected=" "></cfselect>
    I want the list to default to a blank space, can this be
    done?
    If so, how?

    I figured out a way to do it, except now I ran into another
    problem. The way I have it set up, i can't make it required now.
    Any ideas?
    <cfselect name="EmployeeName" query="getname"
    value="EmployeeName" required="yes" message="Please select your
    name">
    <option value="" selected="selected"></option>
    </cfselect>

  • Can't use search drop down list

    when I click on an item is the Google search drop down list nothing happens.

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • How can I use two drop down lists for one time value?

    I want to enter the length of time that someone does an activity in hours and minutes using two drop down lists, then enter them as a single time value (H:i:s) in Mysql.
    I've used the basic drop down lists, and a few different variations of the following with no success (seconds is a hidden field with a value of "00"):
                           GetSQLValueString(strftime('%H:%i:%s', strtotime($_POST["sleeptimemin"]." ".$_POST["sleeptimehr"]." ".$_POST["seconds"])), "date"),
    This returns 00:00:16, no matter what is selected on the drop down list.
    Any help would be appreciated.

    MySQL stores times in human-understandable format, using the 24-hour clock.
    GetSQLValueString($_POST['sleeptimehr'] . ':' . $_POST['sleeptimemin'] . ':00', "date"),

Maybe you are looking for

  • Javadoc @return and @returns

    Does anyone know what's the difference between Javadoc @return and @returns? When do we use which tag to document the return type?

  • Apex 3.0.1 first logon doesn't work...

    Hi! I appear to have the usual problem but so far none of the usual solutions had worked. I installed it, filled in dads.conf, can log on using sqlplus with username and password copy/pasted straight out of the dads.conf but get access forbidden in t

  • Edit or add to the HTML

    How do you edit the HTML in an iWeb page? I want to add information from the Weather Channel and need to add the script, but can't edit the HTML. I would appreciate any help that's provided.

  • [Solved] Gnome 3.12 client side decorations drawing incorrectly

    I am using several Gnome apps under XFCE. Unfortunately, the new client-side decorations aren't rendering correctly: As you can see, the border is completely invisible aside from the buttons floating in the space where the title bar should be. Does a

  • Cant find text editor - elements 10

    I cant find any of my editing palettes!  I'm not sure that's what you call them, but, it is how you edit the space between letters and characters.  At the top of the box it says, "Character" "Paragraph".  That's not the only one either.  I have searc