Screen Personas - Drop down menu option

Hello everyone,
I have a query regarding the menu option that is displayed by default in a flavor that we create (beside the field to launch tcodes).
Question 1) Is there a way to do some changes to this list? by that I mean, change the color, add or remove or disable functions, etc.
Question 2) Is there a way to create a button with similar drop down option menu?
Thanks,
Mahip Singh Saluja.

You can change the colours of the button itself, but not of the menu that pops up, as far as I know. If you double-click the button in edit mode, you can remove items and sub-menus from that menu. You can't add new items.
There's no way to add a custom menu that performs actions as that does. You can create a field with a dropdown list, but it is just a text field. You could also add a script button that looked at the selected value of that field and did things. That needs an extra click - select required option and click "Go", rather than just select from menu - but that's as close as you can get.
Steve.

Similar Messages

  • Add value entered in a text box to drop down menu options

    hi everyone
    i am making a pdf form for medical imaging report. i have a text box where the users enters a number, i want this entered number to appear within a drop down menu options
    thanks

    Hi Alexander,
    I can explain you the details there is a list as you mentioned Newsletter with a column email in it you are right but for your answer ya i can use enforce unique values for that column but if i am using it it gives me an error in the next page what i want
    is just beside my text box to say that already registered user.I want that functionality that is what i meant.
    Thanks
    Eswar
    Eswar Chand Teki

  • How to display further information when a drop down menu option has been selected.

    Hi all,
    Thank you in advance for any replies!
    I'm building a website which has a drop down menu (HTML for the menu is below). When a TV size is selected i need the pricing information for that specific TV size to appear below the menu.
    Is there a way to do this?
    Thank you!
    <select name="Please select your TV Size" size="1">
            <option> </option>
            <option>Less than 42&quot;</option>
            <option>More Than 42&quot;</option>
          </select>

    Sure it is. And Nancy has given you a good alternative as well.
          <p>TV1 <input id="num1" type="radio" checked value="tv1" onclick="document.getElementById('tv1').style.display='block';document.getElementById('tv 2').style.display='none';this.checked=true;document.getElementById('num2').checked=false;" ></p>
          <p>TV2 <input id="num2" type="radio" value="tv2" onclick="document.getElementById('tv2').style.display='block';document.getElementById('tv 1').style.display='none';this.checked=true;document.getElementById('num1').checked=false;" ></p>
    <div id="tv1">Info for TV1</div>
    <div id="tv2">Info for TV2</div>
    With this CSS -
    <style type="text/css">
    #tv1 { display:block; }
    #tv2 { display:none; }
    </style>
    Should work.

  • Our menu bar no longer works correctly. The flyouts only show the first menu option and none of the drop-down menu options.

    In previous versions of Mozilla we had drop-down menus that contained flyouts that offered more drop-down options. This no longer works in Mozilla 4. If you look at our website in IE7, 8 or 9 and Mozilla 4.0.2 they now work differently. (www.saskschoolboards.ca) Eg. Under About Us / Committees there should be three more dropdowns on a flyout - Committee List; MEPP Report and Semi-Annual Report form. Mozilla 4.0 only shows Committee List and no other drops downs. All of our flyouts are showing only the first selection and nothing else.
    Other affected menus dropdowns are:
    Board Dev / Trustee Development (there should be 4 dropdowns - not just one)
    Communications has Surveys and Elections
    Why is Mozilla not showing our menus correctly anymore?
    Andrea Ashton - [email protected]

    I see this error in the Tools > Error Console:<br />
    <br />
    <blockquote>Error: D.getStyle is not a function
    Source File: http://www.saskschoolboards.ca/js/mootools.js
    Line: 279
    </blockquote>
    It looks that the mootools script is no longer compatible with Firefox 4.<br />
    Google Chrome behaves the same and also doesn't open the sub-menus properly and keep the first entry on display once it is open.
    Did you check if there is an update for that script?
    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.<br />
    You need to register at the mozillaZine forum site in order to post at that forum.<br />
    See http://forums.mozillazine.org/viewforum.php?f=25

  • Dynamically selecting drop down menu option

    Im trying to build a page summarizing a user's choices from
    the previous page's form. As the user may need to change their
    choices, i am showing the form again but with the answers provided.
    I want my dropdown menu option to show the users choice, and my
    lengthy <cfif form.region is 'All UK'> for each option seems
    inefficient...

    ok i think ive found an answer to my question...

  • Drop down Menu, Option,value

    Folks,
    Is there a way I can get the Option that has been selected in the page. I know that we can get optionValue by request.getParameter("dropDown"); I want to able to capture the option also i.e if the user selects <option value="1">first</optiont>, can I get Option name "first" that the user has selected?
    <select name="dropDown">
    <option value="1">first</optiont>
    <option value="2">second</optiont>
    </select>

    There are two ways:
    a)�@Make your value inclusive of text.
    Ex;
    <option value="1$first">first</optiont>
    In your servlet u may seperate the value and text using string tokenizer having "$" as the token seperator.
    b) You can do it using javascript while submitting your page.
    function callSubmit()
    var ind = document.forms[0].dropDown.selectedIndex;
    var temp = document.forms[0].dropDown[ind].text;
    // set the value of hidden field
    document.forms[0].hiddenField.value=temp;
    alert("say thanks to rohit");
    document.forms[0].submit();
    I my choice is method b)�@�@�F�|�j
    Cheers
    Rohit Kumar

  • 3 drop down menu issues

    I have two issues here. www.newstribune.com. I know some of
    this may be css issues, but I am aweful with css and could use a
    cheat sheet for the css that dreamweaver makes for these drop down
    menus, so I know what controls what...
    ok..
    IE 6.0 will scroll out the drop down menu options but will
    not allow the click... any ideas?
    IE 7.0 renders the drop down menu's properly, but my front
    page (and front page only) in firefox, the drop downs are off set.
    I have no idea why...
    Please not that the drop downs were made into an include and
    are rendered on all the pages. (It is a process so, you may find
    some pages that don't have the new drop downs if you poke around a
    lot.)
    lastly, if anyone knows what code I should strip out of the
    drop down menu include in order to not cause the errors but still
    allow it to be opened in Dreamweaver, can you please let me know?
    If that is not possible, what should I remove? The entire code is
    below.
    _________

    hello, thanks for reporting. hopefully it will help other affected users finding a solution too...

  • Problems with drop down menu in html snippet

    Hi all,
    I am trying to use a form with a drop down menu so the user can jump directly to the corresponding page. I am using the code generated by http://javascript.internet.com/generators/drop-down-menu.html, and it works correctly when I test it in the "Show me the drop down menu" option on their page.
    This is the html code:
    <!-- ONE STEP TO INSTALL PULLDOWN MENU:
    1. Paste the code into the BODY of your HTML document -->
    <!-- STEP ONE: Copy this code into the BODY of your HTML document -->
    <BODY>
    <!-- Original: Ricocheting ([email protected]) -->
    <!-- Web Site: <a class="jive-link-external-small" href="http://free.prohosting.com/~ric">http://free.prohosting.com/~ric</a> -->
    <!-- This script and many more are available free online at -->
    <!-- The JavaScript Source!! <a class="jive-link-external-small" href="http://javascript.internet.com">http://javascript.internet.com</a> -->
    <form name="jump">
    <select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex] .value;" value="GO">
    <option value="">select genre</option>
    <option value="http://www.mygaragebandstudio.com/blues_rock.html">blues/rock</option>
    <option value="http://www.mygaragebandstudio.com/cinematic.html">cinematic</option>
    <option value="http://www.mygaragebandstudio.com/country.html">country</option>
    <option value="http://www.mygaragebandstudio.com/electronic.html">electronic</option>
    <option value="http://www.mygaragebandstudio.com/experimental.html">experimental/new age</option>
    <option value="http://www.mygaragebandstudio.com/jazz.html">jazz</option>
    <option value="http://www.mygaragebandstudio.com/latin.html">latin</option>
    <option value="http://www.mygaragebandstudio.com/orchestral.html">orchestral</option>
    <option value="http://www.mygaragebandstudio.com/urban.html">urban</option>
    <option value="http://www.mygaragebandstudio.com/world.html">world</option>
    </select>
    </form>
    When I paste this code into an html snippet in iWeb, my page does not work correctly after publishing to a folder. The jump to location doesn't open its corresponding page. Instead, it defaults to the same page that has the drop down menu, only the menu doesn't appear any more. Instead, I get a "hole" where the drop down menu used to be.
    This is my URL: http://www.mygaragebandstudio.com/jingles.html
    I examined the code of the page with the html snippet generated by iWeb, and to my surprise I couldn't even find the html code of the form with the drop down menu. Where is it?
    Please help!
    null

    Manuel wrote:
    Green Star for you!
    JSYK,
    You didn't actually give PressWeb the green star by marking his post as the post that solved your question. You merely marked the question as answered but never actually marked PressWeb's post as being the post that answered your question, which will in effect reward PressWeb with the green star as seen by a green star appearing in the header for his post. I only mention this because you have incorrectly mentioned rewarding PressWeb with a green star.
    Hope that helps.

  • Drop down menu for notification description

    Hello Friends,
    While creating the notification using IW21 in the description part besides the number, my client requires the drop down menu option to be there along with the manual typing option. How can i do this?
    Please guide.
    Regards,
    Narendra Bora

    Hi,
    Pls check below link if this can be useful for you.
    http://help.sap.com/bp_grcv152/GRC_US/Documentation/Access%20Control_Integration%20Configuration%20Reference.doc
    Anil

  • Can't Block Person in iChat, with task bar drop down menu in Buddies.

    Hello : )
    I was wondering if anyone knows how i can use my "Block Person", on iChat (task bar with drop down menu in Buddies). I am pretty sure this worked has worked before , the command is there it just seems to stay greyed out. I know it can be done in the Security tab / ichat preferences, I would like it to work under the Buddies drop down as well. I know it did before, my HD was replaced. Help would be most appreciated.
    Thank you for your time.
    Eme;~[)

    Hi Eme,
    Ok. iChat 3 has a setting that needs to be set if you are going to use the same screen name on two copmuters or on two apps on the same computer.
    Go to iChat > Preferences > Accounts
    Select the AIM account in question in the left hand column
    Select the Account Info tab.
    Log out of AIM (iChat menu)
    Check the check box "Allow Multiple Logins for This Account"
    Log back into AIM.
    If this is not checked starting iChat 3 will boot off (log out) any other AIM Client using the same screen name whether it is on the same computer or not
    From what the ISP says and what you have posted here it seems the modem is in Bridge mode.
    I take it if you open System Preferences > Network > Select Airport from the second drop down > TCP/IP tab you IP is shown as 10.0.1.2 ?
    And the drop down just above that says "USING DHCP" ?
    This would mean the Airport is in default mode and Issuing Addresses.
    Also by default an Airport would do NAT. (Network Address Translation)
    This measn the Airport sorts out where each bit of data has to go.
    It is different from other routers as you don't have the specify which ports are going to whch ports on one IP (Port Forwarding)
    Which Netopia device is it ?
    3347 ?
    If it is this one you may need to look at the QoS settings.
    These are setings that are supposed to protct you form reciveing data too quickly. (helpful if you are running a busy web site but restrictive sometimes for iChat).
    As you are omly talking about sorting out Block lists it is prpobably the multiple login option that needs doing.
    5:40 PM Wednesday; June 14, 2006

  • Contacts drop-down menu blocked by on screen keyboard in text messages

    Whenever I draft a new text message I put the cursor in the contact box and type the first letter of the name of the person I am trying to contact.  If I have more than 3 people in my phone whose names start with that letter, the drop down menu becomes partially obscured by the on screen keyboard.  If I attempt to scroll down on the menu, it selects whomever I happen to press.  My attempts to minimize the keyboard have been futile.  I understand I can work around this by going into contacts and selecting someone to text, but the problem is pretty aggravating.  Please help!

    Want to contract me? You can follow me on Twitter @RobGambino
    Be sure to click Like! for those who have helped you.
    Click Accept as Solution for posts that have solved your issue(s)!

  • Trying to change my phone number. screen says to choose area code from drop down menu but it is blank and won't let me go further

    I am trying to change my phone number. Screen says to choose area code & prefix from drop down menu.  Drop down is blank.  Will not let me go further

        Hello llamamama9,
    Yikes! I'm sorry to learn you are having issues with changing your mobile number. I understand how important this options is. I'm dedicated to making sure this is completed once and for all. I know some time has passed since your original post, have you changed your mobile number? If not, please visit http://vz.to/V668o0 If you are still having issues after following this guide, please feel free to reach out to us, thanks!
    MatthewS_VZW
    VZW Support
    Follow us on Twitter @VZWSUPPORT

  • When I select an option from the help drop down menu it just goes away. It does not go to the help option I chose.

    When I select an option from from the help drop down menu it just goes away. It does not go to the query I selected by hitting the keypad.

    Jody
    you don't tell us Device or OS?
    Quoted from  Apple's "How to write a good question"
       To help other members answer your question, give as many details as you can.
    Include your product name and specs such as processor speed, memory, and storage capacity. Please do not include your Serial Number, IMEI, MEID, or other personal information.
    Provide the version numbers of your operating system and relevant applications, for example "iOS 6.0.3" or "iPhoto 9.1.2".
    Describe the problem, and include any details about what seems to cause it.
    List any troubleshooting steps you've already tried, or temporary fixes you've discovered.
    ÇÇÇ

  • Cannot use drop down menue of app store screen becoming blank

    having problem to access drop down menue of app store i mean options under app store when selected the screen goes blank

    same here...everything else works though (i.e. music, books, movies, tv shows, etc.)
    However, if I search for a particular app by using the search field, the results show and I can then click on the result and access the app that way.
    It's been like this for the past 2 days.    

  • It won't let me share my movie. Nothing happens when I click "share" or even in the drop down menu. I don't get options. HELP! I need this video by tonight!

    I have worked with iMoive a ton and have never had an issue. I consider myself pretty computer savvy. This new iMovie is not my friend. It will not let me share my new video. I click on the project and click "share" like it says but I don't receive any further prompt. It literally does nothing. I tried the drop down menu and I see the "share" with an arrow indicating there are options but no drop down menu appears. I need this video by tonight to submit for work. HELP!

    I got it to share! No reloading iMovie!
    I do not have Mackeeper on my laptop
    I have the movie files on an external hard drive
    1. Close out iMovie
    2. Eject the external hard drive
    3. Start up iMovie
    4. Plug in the external hard drive
    5. Go into finder and double click on the folder containing the movie
    6. Select the movie as if to edit
    7. Share it!
    I hope this works for you too

Maybe you are looking for

  • Since upgrading to Mavericks, my Time Machine is stuck on "Preparing Backup".

    Since upgrading to Mavericks, every time I attempt to run a Time Machine backup, I can only get it to go as far as "Preparing Backup".  I've left it like that for hours just to see if it's slow.  I've also stopped and restarted Time Machine multiple

  • Flash embed not working

    My swf file works properly when viewed on it's own. When I try to embed it in the html file it appears blank. Any ideas what went wrong? http://beatrixalpine.com/pasphotos/passion.swf http://beatrixalpine.com/passion.html

  • Can anyone explain why safari is going wrong for me on the iMac but works on the ipad?

    Safari on my iMac desktop has started freezing when blue band is halfway along an address from my bookmarked list. Once it has stuck I can double click on any other address and it will not  open or change the top address bar. If I actually delete the

  • Help needed - tunnel from behind ADSL router

    I have a situation in which I require to set-up IPSec tunnel in between two 1841 routers. This is normally two minutes job, in this case however one of the routers sits on a private LAN behind ADSL router (at the moment there is no reasonable way to

  • Quicktime spamming for iTunes

    How do I get my install of QT player 7.2 to stop tossing popups spamming me to sign up for iTunes?