Is it possible to make/get a drop-down list in Muse?

So I tried all types built by combining widget and searching online and I am unable to find how to do a drop down content box. I want to make one a content area that is 300X600px and has 3 tabs or something similar at the top. Inside each tab, I need to put about 70 300X100px content areas of text/images. Obviously I can't put all the 70 in there and have it enters the area of 600px, so I need them to be behind everything and simply scroll in the display with a scroll bar or a movement of scrolling on a tablet. Anyone know how or where to find a widget that could be achieved?

Something similar to the one found here Zillow rental ads - all rentals of 166003-

Thank you

You can use Panel tabs to do this, where the container will include the listed content and users can scroll the content of the page. The tabs allows you to enumerate the different content and categories as in the example you've provided.

https://helpx.Adobe.com/Muse/how-to/organize-content-with-tabbed-panel.html

Adobe help Muse | Working with widgets by tabs and accordion panel

https://www.YouTube.com/watch?v=orlSdVAaY_Y

Thank you

Sanjit

Tags: Adobe Muse

Similar Questions

  • How to make the menu drop-down list with a scroll bar

    Hello

    I have a drop-down list that is filled with different table sizes.

    I have a size of 30-element array.  Some of the last items just go off the screen at the bottom of the Simulator PB.

    Is it possible for me to add a drop-down scroll bar?

    DP = new DropDown();
    dp.rowHeight = 24;
    DP.prompt = "stuff";
    DP. Height = 34;
    DP.width = 230;
    DP.x = TitleTB.x + 170;
    DP.y = Title.y-3;
    addChild (dp);

    Some of the tables look like this-

    case 'List 1':
    dp.rowCount = 2;
    for (var i: int = 0; i<2;>
    {
    if(i==0)
    {
    DPP.splice (0);
    DPP.unshift({label:"blahblah"});)
    }
    else if (i == 1) {}
    DPP.unshift({label:"foofoo"});)
    }
    }
    dp.dataProvider = new DataProvider (dpp);
    addChild (dp);
    break;

    case "List2":
    dp.rowCount = 30;
    for (var n: int = 0; n<30;>
    {
    if(n==0)
    {
    DPP.splice (0);
    DPP.unshift({label:"lalalala"});)
    }
    Else if (n == 1) {}

    **********

    Delete the existing table using splice (0);

    then I add the new array of labels.

    Before, when I didn't have the splice (0), I only had the .unshift () and sometimes got bays combined together and a scroll bar appears automatically in the Simulator.  But then the berries were mixed.

    Thanks for the help!

    Hey mlin13,

    from the looks of it, your property rowCount is set too high. the rowCount property represents the number of lines displayed on the screen when the drop down menu is open. so if the number of rows is less than the amount of items on the list, it will create a scroll bar with a drop-down list for you. try to set the number of lines to a default value of 10 and and keep it manipulate your list from there. and see if you get the desired results. Good luck!

  • Set and get a drop down list

    Hello

    This is a general question to YOU, but since I work with FM, I'll try here first.

    I am able to create drop-down lists WITH and set/get the current selection, but I'm not clear on why he works in his own way. It seems that when I put the selection, he uses an index of current articles, but when I get to the selection, it gets the actual value.

    Consider this example, with comments:

    create a drop-down list for the dialog dlg

    dlg.dropDown = dlg.add ("dropdownlist', undefined, [10, 20, 30]);

    This sets the current value in the box of 30

    dlg.dropDown.selection = 2;

    However, this report 30, no 2

    Alert (DLG.dropDown.Selection);

    Anyone know about this? It is true that it's a clue when set and a value when obtained? I couldn't find anything in the documentation on the subject.

    Thank you

    Russ

    Nevermind, I got it. The property of 'selection' is actually a primitive ListItem, not only one type of data object I thought. For example, the default property of the ListItem is chosen differently in different scenarios. To clarify:

    dlg.dropDown.selection.index

    .. is the index

    dlg.dropDown.selection.text

    .. the text value is

    So I should use the complete property to be sure.

    Russ

  • Is there a way to make a menu drop-down list in a form?

    I have a form I created for export to interactive PDF. In the form, the client wants an option for a drop down menu which causes another drop-down to open once the selection is made. For example:

    LIST DROP DOWN 1

    Key

    Shoes

    Pants

    Socks

    KEYSLIST

    House

    Office

    Car

    Safe

    The form filler selects in 1 'key' from the drop-DOWN list. Appears under the drop down menu to the keys and form filler selects 'House '. How could I achieve this?

    Thank you!

    This can be done in Acrobat JavaScript popup menu. It works by using a 'button' and a 'text field' instead of the item "drop-down list.

    The following script would be added to the button > properties > actions > execute a javascript script

    Apour var is ['key', 'Home', 'Office', 'Car', 'Safe'];.

    cRtn var = app.popUpMenu (keys, "Shoes", "Pants", "Socks");

    If (cRtn! = null)

    this.getField ("Response") .value = cRtn;

    Create a text field and name "Answer" the end result will be a dynamic dropdown of the key which enters the user's choice in the answer field.

  • I want to make the history drop-down list smaller or narrower

    The history list has grown grew so great that it occupies more than half of my screen. How can make the list view more narrow and smaller. Ten points should not have to take half a 19 inch screen.

    Note that you can also place such a CSS code in the file userChrome.css in chrome file in the Firefox profile folder.

    I use code like this:

    /* urlbar - separator */
    #urlbar .dropmarker-icon, #urlbar toolbarbutton {border-left:1px solid ThreeDShadow !important}
    #urlbar-icons image {border-left:1px solid ThreeDShadow !important}
    
    /* urlbar - border */
    .autocomplete-richlistitem {padding-top:2px!important; padding-bottom:2px!important}
    .autocomplete-richlistitem:not(:first-child) {border-top:1px solid #ddd!important}
    .autocomplete-richlistitem[selected="true"] {border-top-color:transparent!important}
    
    • create the chrome (lowercase) folder in the .default profile folder if the folder does not exist
    • Use a text editor like Notepad to create a userChrome.css (new) file in the folder chrome (file name is case sensitive)
    • Paste the code in the userChrome.css file in the Editor window
    • Make sure the userChrome.css file begins with the default line @namespace
    • Make sure that you select "All files" and not "text files" when you save the file via "save file as" in the text editor as userChrome.css.
      Otherwise, Windows can add a hidden file .txt extension and you end up with one does not not userChrome.css.txt file

    You can use this button to go to the current Firefox profile folder:

  • How can I plase a drop-down list in muse

    How can I place a drop in muse

    either by organizing your pages to site map to have subpages or by creating a menu, assigning the manual value.

    How to create a website with Adobe Muse | Adobe Muse CC tutorials

    IT is covered in the tutorial above link

  • When I just click on what to get a drop down box is invisible until I run the cursor over the items in the box!

    Well, when I just click on something to get a drop-down list in the box is invisible until I run the cursor over the items in the box!  Also, I double click on it to make it open!  any suggestions?  Also, I may be wrong on the subject of Windows.  Good to use is not good at fixing my computer.

    Thank you Debbie

    go directly to Microsoft update, you have all updates to sp3 and day.

    An analysis of the express and install all high-priority, then do a custom scan and install the RootKit updates.

  • Drop-down lists Possible in prototyping?

    Is it possible to get the drop-down lists that will work in an interactive PDF for prototyping purposes?

    Thanks in advance for your help.

    Nope. The best you can manage a page that displays a static version is often the bottom of the fall and adds hot spots on this page.

  • Make a menu drop-down sexy?

    Hi gurus,

    Fireworks CS4. Mac 10.5.8.

    I know how to make a simple drop-down list using the 'Add Pop Up Menu' on a slice.

    However, they are very limiting and that acceptable for first evidence of customer view content, they just don't cut the mustard for the final designs.

    I wonder if there is another solution to create the downs of drop I could use for my designs look perfect the first step of evidence.

    As an example of what I mean, see fall them down on this site, next to the search bar - new / orders / history / Browse.

    Is there a way to create in Fireworks and make them work as drop downs.

    My workflow is usually to create a design in FW, slice it all this and link to the pages, then pop thanks to Dreamweaver and to a test page or just to get a glimpse into the browser and take a laptop to the client's Office where they can be impressed by what "seems" to be a place of work.

    Thanks in advance.

    Tom

    Here is a film that I made for you using a swap image. I use the version of Camtasia Mac and have questions. When I click on play, I get a black screen. Come back and click again and it should work. I work with Techsmith now understand the problem. Maybe it takes a while to load... I'm not sure.

    http://tutorials2go.com/adobe_Fireworks_CS4_tutorials.htm   There are 2 parts.

  • drop-down lists do not work

    When I'm FaceBook, drop-down desires do not work in Firefox, but work in Chrome. For example, when I click on the arrow next to the House, I should get a drop-down lists which includes the possibility of closing the session. But nothing happens. Also, when I click on the arrow next to a post, I should get the options for this post, but nothing happens.

    There are two or three modules that stop a click in the upper part of the contained part of the working window.

    http://support.Mozilla.com/en-us/KB/troubleshooting+extensions+and+themes

  • update of a drop-down list of QML from C++ fails the first time

    Hey gang,

    I have a function in my C++ class that seeks a couple of drop downs by ObjectName and their Options adds.

    the feature works well - except that when the application first starts, the function cannot find the menu drop-down, then the drop-down list is empty.  At various times during the execution of the application, it refreshes the drop-down list and those all great works.  It is only on the first attempt when the application first starts it fails.

    Here's the function:

    void WorkManager::updateDropDown() {
    //  qWarning() << "WorkManager::updateDropDown(), running..";
    /*
     * this function updates the two drop down lists in the UI
     * it updates them dynamically with the taskName() ('label') of the job.
     * NOTE: for some reason, this doesn't find the dropdown's by name on first start.  however subsequent runs work fine.
     */
        int i = 0;
        QList  myObjects = m_model->toListOfObjects();
        DropDown * dpList = bb::cascades::Application::instance()->scene()->findChild("scriptListDropDown");
        DropDown * logDpList = bb::cascades::Application::instance()->scene()->findChild("logDropDown");
        if (dpList != 0 && logDpList !=0 ) {
            dpList->removeAll();
            logDpList->removeAll();
            for (i = 0; i < myObjects.size(); i++) {
                Task * myTask = static_cast (myObjects[i]);
                myTask->setParent(this);
                dpList->add(Option::create().text(myTask->taskLabel()).value(myTask->command()));
                logDpList->add(Option::create().text(myTask->taskLabel()).value(myTask->taskName() + ".log"));
            }
        } else  {
    //      qWarning() << "WorkManager::updateDropDown(), ---> dpList was 0, try again";
        }
    }
    

    so when the application starts, I get this message of qWarning() and dpList (and logDpList) are both 0.

    I tried the dissemination of calls to this function in various places at the same time the C++ class, so in onCreationCompleted() different signals in the QML IU - as for the homepage, TabbedPane, drop-down menus.

    No matter where and when I call, I can't get the drop-down list to provide information on the first try.

    is there a way to find a way to make this work?  It's (quite) a little annoying.  I wish that the onCreationCompleted() for the drop-down list would work, but alas, no joy.

    Help?

    Thank you!

    J

    Quite simply, if the object is not in the scene tree, you will get a result of findChild. It has not been created or added to the scene.

    You say that you did above in onCreationCompleted of a drop-down list, but this would only guarantee that one of your drop-down menus has been created and your conditional statement requires that both happening simultaneously be non-null. You must run the above, when the two objects are created.

    It seems that you can split the above function to manage separately, the dpList and logDpList after the onCreationCompleted of signals for each drop-down list.

    Note: If you run findChild on the user interface of your entire application, your application has a serious design flaw.

  • Add instance with the values of the previous instance drop-down list

    Hi all!

    Need help with javascript.   I have a form that contains a radio button B when you select it, shows a subform.  Inside the subform is a table that contains a drop-down list.  The drop-down list is populated based on a previous option box A, who has been chosen and is a subset of the possible values.

    The user can click a button to create an additional instance of the subform.  It's the new instance is in the original version of the subform, and the drop-down list is not the subset of values.

    How can I get the drop-down list in the added instance view only the subset dropdown values?

    Let me know if you need more information.

    Thank you!

    Jodi

    You need to access the instance of right holders...

    Because you create new instances, you must access them using the method resolveNode()

    You can access the instance by using the 0-based index, if you are in the event to initialize the combo you can simply use 'this' instead of 'Main.PreApproved.Awardees.Table1.Row1.AwardType '.

    When you add an instance to the click event of button:

    var newAwardees = Awardees.instanceManager.addInstance (1);

    newAwardees.presence = "visible";

    newAwardees.Table1.Row1.AwardType.clearItems ();

    newAwardees.Table1.Row1.AwardType.addItem ("prize for Excellence in mentoring Faculty");

    //[...]

    DropDownList initialize event:

    If (this.length == 0) {}

    this.clearItems ();

    this.addItem ("prize for Excellence in mentoring Faculty");

    //[...]

    }

    If you change the value in the option button (which modifies the subset values):

    for (var i = 0, oLen is Main.PreApproved.Awardees.instanceManager.count; I< olen;="">

    var oneAwardees = Main.PreApproved.resolveNode ("Fellows [" + I.ToString + "]");

    oneAwardees.Table1.Row1.AwardType.clearItems ();

    oneAwardees.Table1 "Row1.AwardType.addItem ("prize for Excellence in mentoring Faculty");

    //[...]

    }

    I hope this helps!

  • Returns all the duplicate values in object lookup (PHP, drop-down list)

    Hi, I have a PHP page I designed as a search page. I have a number of drop-down lists that get their dynamic values from the fields in a MySQL database.

    At present, if there are any entries that have duplicate values in a certain area, they are all listed, in the order of the index database. For example:

    City:

    Derby

    Stoke

    Stafford

    Stoke

    Derby

    Derby

    Stoke

    etc...

    Now, I want to do is be able to show all results for a given city. In the find what drop-down list box, I would than each of the cities to appear only once rather than every time it is registered. included in this, I would like the page of results to then display ALL results that match this search criteria.

    Thus, in the example above, "Derby" appears only once, but when the user has selected 'Derby', it would return all three results in the results page.

    My results page is built on a dynamic form, so I am confident that the results page would make it according to the needs. However, how can I get the drop-down list box to ask him?

    > 'SELECT DISTINCT table1.champ1, table1.champ2, table1.champ3 FROM Table1 ";

    Duplicate rows to remove the DISTINCT keyword strength SQL. In other words, that it will only return the unique combinations of fields in your selection list. If you examine your results set, you will see that each line is separate, although there may be duplicates in a particular area. Because you want to populate a drop-down list, you must include a field in your select list only, otherwise you get of the dupes.

  • Can you put in drop-down list as multiline?

    Hi, I'm new to the form template. I want to allow the user to choose from 4 scenarios in a drop-down list. They are long enough to get cut at the end of the line. Is there a way to make a list dropdown multiline after his picked?

    Otherwise, I could shorten the descriptions, but it will take the full text pasted into a multi line text box.

    Help!

    I can't get a drop-down list to encapsulate several lines.  Perhaps an alternative; Have the user select the scenario based on a certain number (a description of choices 1-4) and the long text then populates a text field.

  • How can I disable the menu drop-down list on the back button?

    I use a laptop and my hands are not too clever. Whenever I click on the 'back' button, I get the drop-down list, which means that I must then back up my hand to the pad (gently!) to move the pointer, and then try again. It may take me several attempts to turn back a site now!

    I searched for hours how activate the drop-down list, nothing is done and even looked through all the settings in: config to try to find a way around it. Seriously impact my ability to use my laptop on the web now, so if someone can you please come up with a way to return to the old back button, with no menu when my finger slow old cannot move pretty fast down the key, I would be very grateful.

    There are two other ways to return to a page.

    • Right click on a box empty page you visit and use the dos command
    • From the keyboard, press {Alt + left arrow}

Maybe you are looking for