How can i disable checkbox/radio button/popup/butt...

In Xhtml, to disable a form element we use disabled="disabled". but how to disable form elements in mobile?.

It actually does work. What you have to do is drag another icon down to the bottom left where the radio is defaulted. It will automatically kick up one of the other icons that is highlighted. For example, I dragged the Songs icon down and the Genius icon popped up to the top. Then I dragged the genius back down to the second spot and the Radio one goes to the right until it pops up. You just have to do it four times.
It's kind of a pain, but it does work. Give it a try. This is what it ends up looking like.

Similar Messages

  • How can i disable a submit button and execute submit_action method on click

    Good Day,
    On my page I have a submit button that execute the submit_action method of the page backing bean that submit data captured on the page into a database and activate another class that send mail at the same time on a click of the submit button,the mail process takes a while before returning back to the page.I was able to disable the submit button to prevent the user from keep click while the process is running but the issue is on clicking the submit button it only disable the submit button without executing the submit_action method of the page backing bean.How can i disable the submit button and execute submit_method of the backing bean at the same time.
    Thanks in advance.

    I tried this out on one of my pages to see if it works.
    First, I added the following JavaScript to my submit button's onClick event:
    this.disabled=true; return true;When I clicked the submit button, it was disabled but the form was not submitted.
    I deleted the JavaScript from the onClick event and added the following JavaScript to the form's onSubmit event:
    var button = document.getElementById("form1:submitButton"); button.disabled=true; return true;When I click the submit button, it was disabled and the form was submitted but the button's action method was not called.
    The next thing I tried was to change the onSubmit event code:
    var button = document.getElementById("form1:submitButton"); setTimeout("button.disabled=true", 500); return true;This seemed to work. The difference was that I added a 1/2 second delay before disabling the button.
    See if that works for you. If not then I'm fresh out of ideas.

  • How can I disable the Voicemail button on an iPhone 4

    How can I disable the Voicemail button on an iPhone 4 or
    if that is not possible can i programme it to dial my own phone rather than my carrier's Voicemail box?

    No, it's not possible to disable that button and no, it's not possible to reprogram it to anything else.

  • How can we disable/Hide the buttons at items tab in header level Gen tab?

    Hi,
    How can i disable/Hide the buttons(Delete,insert...) in item details of general tab of Order Header?
    I am not able to do it with screen varients.
    Please let me know your views.
    Points will be given.
    Thanks,
    Adi.

    Hi,
    How can i disable/Hide the buttons(Delete,insert...) in item details of general tab of Order Header?
    I am not able to do it with screen varients.
    Please let me know your views.
    Points will be given.
    Thanks,
    Adi.

  • How can I select a radio button in a table regarding the data in the cells?

    Hi everyone
    This is the issue: I need to select the RadioButton which is in a table with data related to transfers in the cells next to it, so I need to select the correct radio regarding the data next to it.
    This is the whole process: First I go to the Add Recurring Transfer section and select the parameters of the transfer (Accounts, date, amount, months etc), then with VB code I capture those parameters from the page and store them into Global variables for further usage on my E-tester script.
    Right after that I need to select the radiobutton regarding the data of the transfer that I already created in order to delete it or modify it (Please see Attachment selectradio1.jpg)
    So How can I move along the table and compare each cell with the variables that I created with the transfer information, so when I finish comparing a row cell by cell and if all the comparison match well in that row, I could select the radiobutton of the row.
    Note: Second Attachment selectradio2.jpg shows the source code of the table...If you need more info please let me know
    Could you please help me with this problem?? I'm Kind of frustrated with this issue jejeje

    Here is an example. I uploaded mock html so that you can actually try this code. I think this does exactly what you are asking.
    Private Sub RSWVBAPage_afterPlay()
    Dim tbl As HTMLTable
    Dim tblRow As HTMLTableRow
    Dim tblCell As HTMLTableCell
    Dim strValue As String
    Dim rButton As HTMLInputElement
    ' ******** This would be your global variable. I put this so that values are seperated by a semicolin you can use what ever format works for you.
    strValue = "03/22/2008;03/22/2008;*************1977;*************1977;$25.25;Jan, Jun, Jul, Dec"
    ' Strip out the ; for inner text comparison
    strValue = Replace(strValue, ";", "")
    ' This will get the table but can be modifoed to be more specific
    Set tbl = RSWApp.om.FindElement(, "TABLE")
    ' This loops through all the rows in the table until a match to the strValue is found
    ' then clicks the radio button. Findelements allows you to specify a root element
    ' once the correct root row is found, FindElemets can get the correct radio button
    For Each tblRow In tbl.rows
      If tblRow.innerText = strValue Then
        Set rButton = RSWApp.om.FindElement("account", "INPUT", "NAME", , , tblRow)
         rButton.click
       End If
    Next
    End Sub
    I also uploaded the script I created. You should be able to run it and see how it works.
    This should get you going.

  • How can I disable the previous button in the first page and the next button in the last page?

    Hi all,
    I have created a new skin for a webhelp by modifying the layout and the buttons. However, I am not able to find a way where in we can
    disable the previous button ini the first page of the webhelp and hte the next page in the last page of the webhelp. If both the next and previous button is visibile in the first and last page, it is sort of misguiding the user.
    I am using Robohelp 9.
    Please advice.
    Thanks,
    Parag

    I think you are mixing Previous and Next in a browse sequence and the Previous and Next that you get in the browser itself.
    In a browse sequence, they are automatically disabled at the start and finish. When in the first topic in the sequence only Next will be enabled, when in the last topic only previous will be enabled.
    Previous and Next in the browser are working on the topics your user has viewed which is not the same thing.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How can I disable display/Change Button on transaction code VL03N

    Dear Guru,
      I found problem about transaction code vl03n because I define authorize for a user that can only display delivery document by transaction code VL03N. But this transaction have display/change button that when user click this button they can change delivery document. Please help me how can I solve this problem?
    Best regard,
    wipaporn

    Wipaporn,
    This should be done authorizations only. Although the button is displayed, is the user able to change and save the Delivery document?
    Regards,
    Ravi

  • How can I get my radio buttons on one line?

    I have tried to put two radio buttons in one text cell in a table, but I can´t get them side by side. They stack on top on each other, in a vertical list, no matter what I do.
    Sorry for the stupid qustion, but this is my first attempt in LiveCycle Designer.

    Thanks for your time. I found the soloution. I changed the flow direction in the suborm from "top to bottom" to "Western text"

  • How can I set a radio button to a be checked using an action script?

    Acobat X: I have two radio buttons called EnrollmentType with different values. "New Student" and "Returning Student". I need to set 160 forms to returning student, Please
    will this work?
    getField("EnrollmentType").value = "Returning Student"

    This is Adobe X Pro:
    Ok when I click the properties of the radio button. Both have the same
    "Enrollment type".
    But each has a different "Radio Button Choice" under the  Options TAB.
    It does work when I process the forms and save the data.
    The field "Enrollment type" contains either "New Student" or "Returning
    Student" depending on which option they picked.
    I am sending these forms back to the parents to edit any new/changed info
    and want it to have "Returning Student" checked since they are in fact
    returning and not new anymore.

  • How can I disable the "Pause" button to not show up when I am in a phone call?

    I want to disable the pause button as it got pressed every time my cheek touches the screen while in a phone call.
    Any tip will be very much appreciated!
    Martin

    http://www.applevis.com/guides/voiceover-keyboard-shortcuts-mac-os-x
    You should be able to copy them from there.

  • How can I disable the mouse button 4 and 5 "forward" and "back" functions through firefox?

    I've seen this problem come up on forums before but was unable to find a good solution.
    When using Ventrilo, I have my speak button bound to the mouse button 4 of my logitech mouse. This button is conveniently placed for gaming because it makes use of my otherwise unused right thumb, and I have been using it for years and probably couldn't adjust if i tried to change it.
    Firefox uses mouse button 4 for the "back" function, meaning that if i'm on ventrilo while browsing the web with firefox, i have to remember to move the cursor to the menu bar at the bottom of my screen or go back a page. it's infuriating if i forgot, especially if i'm playing some sort of browser game at the time, as i basically have to restart whatever i'm doing.
    The only solutions i've found for this involve binding mouse button 4 to some other (rarely used) key, which is an annoying solution at best, or changing some vital computer files, which I dont have the expertise to do myself and dont trust anyone else to do for me. It's an absolutely unacceptable solution anyway: why should i have to change my computer's files to disable a function which should be editable through firefox?
    does anyone know how this can be fixed? or know how we can get mozilla to put this feature into some future patch, as other people have been asking them to do for YEARS?

    This can be a highly frustrating problem. I just spent 45 minutes working on an email. Nearing the end I go to grab my mouse after typing and accidentally hit mouse 4 and lose everything. This isn't the first time I have lost work or an email. I would say the ONLY reason why there currently lacks a strong feedback against this is because the majority of people do not have mouse 4+5 buttons on their mice. Please add the option to just disable this "feature". It's just far to easy to accidentally hit these buttons accidentally and potentially lose a lot. I don't know anyone who actually uses these buttons anyways.

  • How can I disable the Security Settings popup in Acrobat XI?

    We are currently using Acrobat X and are getting ready to upgrade to version XI. We dynamically set the security settings w/a button in the toolbar menu to secure documents. Works great. However, while testing the same functionality in version XI a popup always appears when this function is called. The settings are correct in the security setting popup but we do not need the popup to actually appear. Is there a way to disable the popup from appearing? It's confusing my users.
    Thanks in advance for your help.

    Adobe generally has quarterly updates for Acrobat/Reader. If they decide to fix this, I'd be surprised if it made the first one (January 2013?), so it would probably be more like April/July, but that's just a guess. When you submit the bug report, be sure to include how much this negatively affects your workflows and prevents you from upgrading.

  • How can I disable an annoying character popup?

    I keep getting popups like this (http://i785.photobucket.com/albums/yy131/redknight680/ScreenShot2013-11-24at7325 9PM_zps5ef04998.png) whenever I play Flash games.  It's rather irritating, as it blocks part of the screen, and I have no idea how to disable it.  I've looked around in System Preferences, but I didn't see anything that looks like it.  I'm sure it's not just that game, or even that site, since it's been happening ever since I upgraded to Mavericks.  Anyone know any way to disable it?
    I haven't changed my browser since I upgraded, so I'm sure that it isn't Chrome that's causing this.

    Those are special characters from holding down a key for a couple seconds. Go here to disable it.
    http://www.macobserver.com/tmo/article/os_x_lion_using_and_disabling_the_charact er_picker/

  • How can I disable the sync alert popup that came with the new Lion update?

    Lately a Sync Alert window has been popping up in the middle of the computer screen at odd and inconvenient times. The message is: "Syncing with Google Contacts will change more that 25% of your contacts or groups on this computer." Then there are buttons for "Show Details," "Sync Later" and "Sync Conacts." These alerts started popping up a few days ago. I have searched in the Google apps to which I subscribe as well as Preferences and Utilities for whatever initiates this alert but can't find anything. Anybody know how to put a stop to these alerts?

    Hi,
    I think that you may have tried signing in to photoshop.com which no longer exists.
    Please see if this document helps.
    http://barbarabrundage.com/2013/09/16/pse-8-9-10-cant-sign-in-error-404/
    Brian

  • How can i disable a link/button after clicked while content active

    hello all
    i am building a website all on one page and am using the
    spry framework so that it displays when clicked fades in
    the issue is i dont want the link to work again after its been
    clicked ie when the link is active then
    when another link is clicked it is re activated and
    can be used again!?
    i am using the behaviours panel in dreamweaver?
    cant seem to find an option to
    toggle this function
    i am not great at js or html
    but any help would be appreciated!
    many thanks
    ]p

    Because we are not privy to your code I shall answer this in general.
    You can use the Spry Element Selector to target your link and to disable that link. When clicking another link you could cycle through your links and enable them before disabling the newly clicked link.
    More info on the Spry Element Selector can be found here http://labs.adobe.com/technologies/spry/articles/element_selector/index.html and here http://labs.adobe.com/technologies/spry/articles/element_selector/selector_examples.html

Maybe you are looking for

  • Putting a solid state drive in my MBP

    I have a MPB which is about two years old. After my bro made me super jealous by getting a 17 " solid state drive brand-nu MBP (with a matte screen! - he's a photographer) I'm wanting to upgrade, too. His is real bad-***. But I just don't have the do

  • New window in Acrobat 9.3 Preflight

    This week I began getting an unwanted window popping up on completion of Preflighting a document. It is called "Snap View" (IIRC) and I want to know how to turn it off. It's a nuisance I wasn't expecting and don't want. Anyone else seen this?

  • Firefox 28.0a1. In Win XP Tabs close just fine. In win 7 tabs will not close until you shut down FF.

    FF 28.0a1....I can open tabs in Win XP and close them with no problems. In Win 7 I can open tabs but cannot close them until i shut down FF completely. I have completely uninstalled FF28.0a1 and reinstalled it into a new folder with a new profile. St

  • How to get count as 0 for records not in table

    Hi All, I have requirement where I need count of records in the table based on ids. Example query below SELECT empid , nvl(COUNT(id), 0) empcount FROM employee WHERE empid IN(1, 2, 4, 5) GROUP BY empid In the table only record for "empid=2" is presen

  • Weird error while starting oracle graphical tools

    Hello. I have a fresh Fedora 10 installed and i have just installed Oracle 10g. Everything have worked out fine but i have some strange error(?)-message when im starting tools like dbca and netca. I'll copy it here for you, maybe you know what it mea