How Can I disable Button from Button Bar on OAF page

Hi Everyone,
We have a requirement like, in button bar I need to hide one button.
I worked on personalization but there is a option to hide entire button bar, not single button.
If I extend controller, how can I proceed , please provide steps.
or
please provide how can i achieve this??????
Thanks,
Rakesh

Hi,
If your issue has been resolved than please close the thread so that it can be helpful for others as people may search with answered threads.
--Sushant                                                                                                                                                                                                                                                                                                                                   

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 disable imessage from old phone?

    how can I disable imessage from old phone number / iphone I no longer have?

    iMesssage to old phone
    If you move to another phone and forget to turn off iMessage then read “if you no longer have the device in http://support.apple.com/kb/HT5661  If you still cannot resolve it call Apple http://support.apple.com/kb/HE57
    To deactivate iMessage http://support.apple.com/kb/ts5185
    Read http://m.samsung.com/us/support/SupportOwnersFAQPopup.do?faq_id=FAQ00053450&fm_s eq=62995

  • How can i disable imessage from automatically starting up when i turn on macbook air?

    how can i disable imessage from automatically starting up when i turn on macbook air? i dont know my imessages to pop up on my laptop when it turns on. But i dont want to disable imessage totally on my macbook.

    Welcome to the Apple Support Communities
    First of all, check that Messages is closed when you turn off your MacBook. This is so important because, by default, OS X will reopen all opened apps the next time you start your Mac.
    Apart from that, when you go to  > Shut Down, or  > Restart, in the window you see to restart or turn off your MacBook, unmark "Reopen windows when logging back in". This will avoid that your Mac opens all opened apps the next time you start the MacBook, so Messages won't start automatically at startup

  • Hi, how can I disable iTunes from updating to v. 11?

    Hi, how can I disable iTunes from updating to v. 11?

    Olliev wrote:
    How do I disable itunes on my iphone 4s?
    iTunes app on the iPhone is for purchasing music.
    The fact the iPhone starts playing when connected to your car stereo is a function of your car bluetooth system.
    Consult your car dealer/bluetooth system manual.
    I have attempted to delete all music from the device (so there would be nothing to play), but 1 song remains in the iphone memory and I have been unable to delete that song.
    Connect the iPhone to computer and select it in iTunes.
    Click the Music tab and uncheck Sync music.
    Then click Apply at lower right of iTunes.

  • HT203687 How can I remove apps from my iPhone 5 home page?

    How can I remove apps from my iPhone 5 home page?

    Tap and hold an app until they all start to wiggle, then tap the black "x" on the apps you want to delete from your phone, or drag them to the edge of the screen if you want to move them to another screen rather than deleting them.  Finish by tapping the home button.

  • How can I disable Firefox from automatically opening on system startup on my Mac - unchecking the "open at login" does not work?

    We have Firefox 10.o on our Macbook Pro OS X 10.5.8. I prefer using Firefox as my browser but my husband prefers Safari for now because of a long history of bookmarks and saved information he doesn't have time to re-do. He is tired of Firefox automatically opening when we start up the laptop, and even when we uncheck the "open at login" it still opens at login every time. He is about to uninstall it because of this. How can we disable? It does NOT show up in our account on the Mac OS as an application that starts at login, so we can't disable it there.

    For those of you running Windows, I found this on another site. (Unfortunately, not before getting totally disgusted and switching to chrome.)
    1. click start (or the windows flag button at the bottom left) 2. in the "search programs and files" or the RUN dialog box, enter "msconfig.exe" or "msconfig". 3. That should open the system configuration program. 4. click the "Startup" tab at the top of the opened program. 5. Under the "startup item" column, look for Mozilla firefox. 6. uncheck that one. 7. Click OK or apply. 8. click "exit without restart". 9. you're good to go.

  • 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 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 zoom and navigator bar in the interactivity?

    Hello,
    I'm working at a project about I add a interactivity into DPS. First, I create a basic struture code in HTML5 and after I add it to a layer into DPS. Well, It work perfectly, but, two problems appear:
    The navigator bar appear when I touch interactivity layer.
    I can zoom it even I deny it with user-scalable set as "no".
    How can I fix it? I really appreciate some help
    The code I use is:
    <!DOCTYPE html>
    <html>
        <head>
            <title>Test</title>
            <meta charset="utf-8">
            <meta content='width=device-width, minimum-scale=1.0, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' name='viewport' />
            <style>
                #container{
                    width: 100%;
                    height: 100%;
                    background: url('imgs/bg.jpg') repeat;
            </style>
        </head>
        <body>
            <div id="container"></div>
        </body>
    </html>

    Oh, thanks again.
    Yep... It really work, but, I've a game and I set a container with touch gestures (start, move and end) to deny zoom and pop up navigator bar (container { width: 768px; height: 924px; } ), and now the user can't leave the page by touch/dragging on the div, and then for my buttons (to play containerButtons{width: 768px; height: 100px;} ), I need to set touchmove event to it doesn't pop up navigator bar (and again the user can't leave the page). Again I don't think it the best idea :/...

  • How can I disable iMessages from archiving messages and attachments?

    I noticed while browsing ~/Library\Messages/ that iMessages has been archiving my messages (Archive folder) and saving attachments (in a separate Attachment folder). Under the settings for iMessages on OS X 10.8.2 Mountain Lion, I don't see any options to disable this. The only thing close to that is already unchecked: Save history when conversations are closed.
    Any ideas why iMessages is saving all this information? How do I disable it? My concern is that it's going to keep accumulating data overtime. I don't want to keep having to go back in there and delete those two folders constantly.

    Hi,
    This somewhat date back to the way iChat's Saved Chats were once Stored.
    At iChat 5 (in Snow Leopard) you could choose to see the last chat - (when opening an new chat with a person you had chatted with before) or parts of the Last Chat in terms of the Last so many IMs.
    Example Pic of iChat 5's Prefs
    Since then the management choices of the Save Chats has changed in both iChat 6 and Messages.
    Messages stores Chats two ways if they are iMessages.
    You can elect to Save them in Messages > Preferences > Messages.
    It also store the chat.db and other databases items which includes the Attachment items
    The chat.db is the bit that fill in the "history" if you iMessage the same person even if you are not saving the Chat in a formal sense in the App's Preferences.
    This is irrespective if your delete the Conversation from the Messages main window.
    How big these Databases get obviously depends on your iMessages usage.
    Striker's link seems to be about a similar issue on an iPhone (I presume it transfers to other iOS devices) but I am not sure that it is relevant in this situation.
    Edit.
    I should have been clear that you cannot change the database behaviour.
    9:49 pm      Sunday; October 6, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.4)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously
    Message was edited by: Ralph Johns (UK)

  • How can I disable iMessages from going to my iMac?

    I recently upgraded to Mountain Lion. Since then, iMessages won't be delivered to my iPhone. They always get delivered to my iMac. This is especially annoying because I'm not home most of the day and texting is a primary means of communications, particularly with my better half.
    I have quit Messages on my desktop, but iMessages still get delivered to Messages on the desktop. I took my desktop offline (no Internet connectivity), and iMessages just get queued in the cloud somewhere until I get home and bring my desktop online again. Nothing but regular text messages go to my iPhone. I have even disabled my Apple account in Messages on the desktop, but iMessages are still being delivered there. I never had this problem prior to Mountain Lion.
    My better half, also with an iMac and iPhone, doesn't have any of these problems. I have verified that all the settings are the same between his and my desktops and iPhones. But I still have the problem. I don't use Messages on my dekstop and have no interest in receiving messages there.
    Is there a way that I can disable iMessages from going to my desktop or otherwise limit iMessages to only my iPhone? Please help!

    OK, problem solved. I think the issue is that I was a .mac account holder turned MobileMe turned iCloud (and still getting screwed over apparently). My Apple ID is @mac.com, but my email address is @me.com when Apple forced us all over. Messages on my desktop was set up with my mac.com Apple ID, while Messages on my phone was set up with my me.com email address. I went into appleid.apple.com and merged my primary email address and Apple ID to the mac.com address. I logged out of Messages on both the desktop and phone, logged back in with my Apple ID, and then had to delete the conversations from both my and my other half's iPhones.
    Interestingly, it took about five minutes for both phones to delete the conversations, and the phones were completely unresponsive during this time. After that, I sent a text (iMessage) from my other half's phone to mine, and voila! It works. Apparently @mac.com does not equal @me.com... Apple sees them separately. What a nightmare, but I'm glad it's working now.

  • How can I disable iPhoto from automatically starting when I connect my iPhone?

    Whenever I connect my iPhone to my Mac it automatically starts iPhoto?  How can I make this not happen?

    Go into iPhoto's General preference pane and set the Connecting camera opens to No Application:
    OT

Maybe you are looking for

  • MySQL and Java - getting program to work

    I am setting up mysql to run sql from a Java program on my pc at home and probably biting off more than I can chew. I get these messages when executing the java program ExecuteSQL.java: Exception in thread "main" java.lang.NoClassDefFoundError: Test2

  • MergeClone in Toplink 10.1.3

    I have an object model with Booking and Status objects, where Booking has 1-1 relationship with Status. Since we're using Webservices, we try to perform update on the object returned by webservice with MergeClone as follows:           Session session

  • I see the other libraries but don't get the "import" ribbon and buttom at the bottom

    I just added a new computer to the homesharing and while I see the other libraries, I don't get the ribbon at the bottom that has the import button. This is only happening on the new system. How can I get the ribbon to come up

  • Site System Backup failing

    Having an issue where my backups are failing and only started recently. Each time checking the smsbkup.log getting the error "SQL Writer not found" and also "VSS_E_WRITERERROR_TIMEOUT". When doing a "vssadmin list writers" sometimes the "SMS Writer"

  • Unable to determine host adress????

    Dear all, When i am trying to creat a Questionnires for any transaction like lead,Opp,etc.. below error comes / CPIC-CALL: 'ThSAPECMINIT'# Unable to determine host address: NiHostToAddr failed. thats why i am not able to creat any survey suit and que