How to remove Close button

Hello
I designed few web pages in SharePoint Designer 2010 and trying to customize it. I have a XSLTListView web part that is displaying filtered data from the external SQL database. When user choses the item from this list in that web part, it opens the
dispform, that has "Close" button. Is there a way to remove "Close" button or hide it or somehow replace Close action with another action that is equivalent to pressing the back arrow? If I edit the code in the notepad or SharePoint designer
and replace the word "Close" with something else, save it and re-open, it returns back to "Close". Does it not allow any customization? Thanks!
Alla Sanders

Hi,
Can you show the corresponding part of the HTML source code of the “Edit Item” button? The style not working may because the CSS selector can’t 
be applied to the specific element.
This is the HTML source code of the “Edit Item” in my environment:
Best regards,
Patrick
Patrick Liang
TechNet Community Support

Similar Messages

  • How to remove close button of  JFrame

    Hey all,
    Can anybody tell me how to remove the default close button of JFrame.I mean to say that i only need the minimize and restore button on the top-right corner of the JFrame.
    Regards,
    Sharad agarwal

    http://forum.java.sun.com/thread.jspa?threadID=623108&tstart=0

  • How to remove the buttons in ALV GUI?

    Hi All,
    I am using the FM REUSE_ALV_GRID_DISPLAY for disaplying the ALV grid. i need how to remove these buttons ( mail word processing, loal file, Mail recipient,  ABC analysis, Microsoft Execl and Graphics ) from the ALV Gui?
    please give solution.
    Regards,
    Santha

    hi,
    IT_EXCLUDING TYPE SLIS_T_EXTAB OPTIONAL
    you need to append the Fucntion codes to the it_exclude and then pass it to the parameter it_excluding.
    append '&ABC' to it_excluding.
    append '&BAC' to it_excluding.
    call function 'REUSE_ALV_GRID_DISPLAY'
    IT_EXCLUDING = it_exlcuding
    Regards
    Anver

  • How to add close button in pannel ?

    hai friends,
        how to add close button in pannel ? give any example.
    regards,
    welcomecan

    Hi Welcomecan,
    You can use the TitleWindow as suggested by Subeesh for having a built in close button...The TitleWindow is infact an extension of the Panel container. TitleWindow is most generally
    used for creating PopUp Windows.
    Check the below link for examples...
    http://blog.flexexamples.com/?s=TitleWindow
    Thanks,
    Bhasker

  • How to remove clear button on message file upload bean item?

    Dear Guru's.
                    How to remove clear button on message file upload bean item .
    Regards,
    Srinivas

    Hi Raghu,
    This is srinivas i am also facing this issue how u achieve this can u share me this is urgent for me .
    Regards,
    Srinivas

  • How i can dissable/remove close buttons from popup window

    We have an web application so i want to dissable/remove the close button , so please help me as soon as possible.
    we are using only firefox for our web application and also for private use.
    Thank you.

    Just to be sure, you want to '''Remove''' the close button?
    I called the big guys for you.

  • Two Qs: Retrieve time/date & projector remove "close" button

    Dear All,
    Two different questions with regards to lingo's abilities:
    1) How can I get through a script/lingo a server's date and
    time? I want not to rely on the PC's clock (the user can change it)
    but instead get the time/date remotely to make sure it is right. I
    am thinking of getting a string from a web page the same way as
    getting the IP address from (whatismyip.com) but I can't seem to
    find any web pages that have some kind of automators.
    2) Is it possible to remove the X, "close" button from a
    projector window so the user cannot close it? I have seen some
    xtras that can do that but they are not free and I am hoping there
    is an internal director way to do this?
    Thank you for all your help and ideas. You have been very
    helpful in my previous questions :)

    1) If you have a server, you can put a server side script up
    that
    returns the time quite easily. From Director, you would use
    getNetText() to pull it down
    2) If you click on the stage where there are no sprites,
    there will be,
    in the Property Inspector, a Display Template tab. There are
    your
    Titlebar options. Uncheck the ones you don't want to see
    (like for
    example "Close Box")

  • How to remove the buttons coming from report program?

    Hi All,
    I need to remove the buttons from an iview which is a sap transaction. when i execute the  report program which uses a ldb (PCH) shows a selection screen having all the buttons.
    We have created variants for this.Now i want to remove the buttons which are coming from the report program.how to do this ?
    Lakshmi.

    Goto sicf ->sap->bc->gui->sap->its->                              
    open Webgui application                              
    in the GUI Config enter the following parameters.                              
    ~noHeaderOkCode = 1                              
    ~webTransactionType = EWT.                              
    All buttons can also be removed by ~webgui_simple_toolbar =0 ..                              
    Also now open the trancsaction of the program form SE93 for which you want to hide                               
    the Menu bar, in its properties select the EASY WEB TRANSACTION radio button.

  • How to remove the buttons which are coming from a report?

    Hi All,
    I need to remove the buttons from an iview which is a sap transaction. when i execute the  report program which uses a ldb (PCH) shows a selection screen having all the buttons.
    We have created variants for this.Now i want to remove the buttons which are coming from the report program.how to do this ?
    Lakshmi.

    Hi,
    I think u r mentioning about the addition buttons that appear in the selection screen when using a logical database. for removing these buttons u can use a function module RS_SET_SELSCREEN_STATUS  for setting ur own pf-status
    do this in "at selection screen output" of the program..
    in the tables parameter, u have the option for giving the ok-codes that u want to remove. append all the ok-codes into this table.
    for getting the ok-codes u can use "tab" and go the button.. press F1. it will give the ok-code.
    Regards,
    Anoop

  • CRM Survey - How to remove Radio button defaults.

    Hi experts,
    I am trying to remove Radio button default. By default it is selected when I am trying to set attribute for answer options. Even if I unchecked, it reverts and set as selected again. Actually, I need remove Radio button default for the customer sees a response pre filled.
    Please advise on how can I remove Radio button default for answer options.
    Banu

    Hi,
    I see it now.
    You need to change the config of your radio buttons in the transaction itself.
    Goto CRM_SURVEY_SUITE, locate your survey, click on the change button ( a pencil) this will take you to the survey configuration.
    There navigation to the section in the left hand pane that corresponds to the radio buttons. And you will see Yes and No for answers to the questions. Double click on each of them to display on the right side work area and change the property 'Selected' (which is a check box) to unchecked.
    This should be easy.
    Regards
    Prasenjit

  • How to disable close button during runtime

    Hi everybody.,
    Please help me how to disable the close button at top of the window during runtime. I dont want the user to use that button to close. I have used button called Exit in that form but sometimes users closing by clicking that button.
    I am using Oracle form 10g R1.
    Thanks in Advance,

    Hi,
    Thanks Mr. Arif Khadas for your quick reply.
    While running the form, in window there will be two close button, one is in form and another one is in Internet Explorer. By making changes on the property what you said above this will hide only the form's close button. I want to hide the internet explorer close button also.
    Thanks in advance.

  • How to Remove Maximize button from JFrame

    Dear all,
    I am having problem with JFrame, that i need JFrame with Minimize and Close Button but not Maximize button.
    I have already disabled the maximized button but I want to remove it from the JFrame.
    Please show me the path to achieve this goal..

    it's relatively easy when java controls the decorations, using
    JFrame.setDefaultLookAndFeelDecorated(true);
    but this is generally not the L&F preferred.
    run a program with the above line (line must be before any JFrame is created),
    and if suitable, search the forum, solution has been posted a number of times

  • How to remove forward button from notification Page?

    Hi All,
    I would like to remove (disable ) forward button from Req approval work flow ? How can i achive this functionality ?
    I will be appriciate for help.
    Thanks
    pat

    Well, I'm guessing that you are using PO workflows, and using one of the standard lookups? Without having any details of what you are using, trying to second guess the answer is somewhat difficult.
    If it's the case that you are talking about the PO workflows, then the buttons are standard functionality based on the lookup type that is used as the notification response. Trying to suppress this doesn't actually make much sense - you are sending someone a notification, asking them to take action, and then not giving them any ability to respond to the notification.
    You would need to customize / personalize the notification page if you want to remove the buttons. The question then is - how will the process continue if you are removing the ability to respond to the notification?
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • How to remove NO Button on dialog page

    Hello friends,
    i want to remove no button on my dalog page how to do? my code is below , below this code still i can see on dialog page no button.. can any one help me out..
    OADialogPage dialogPage = new OADialogPage(OAException.WARNING,descMesg, null,"" ,"" );
    dialogPage.setOkButtonLabel("ok");
    dialogPage.setOkButtonItemName("YesButton");
    dialogPage.setOkButtonToPost(true);
    dialogPage.setPostToCallingPage(true);
    System.out.println("Entering To Delete");
    pageContext.redirectToDialogPage(dialogPage);
    Thanks
    krish.

    You can specify your own button bar with the required buttons.
    Extract from Developer's guide.
    The setFooterNestedRegionCode and setFooterNestedRegionApplicationID methods in the OADialogPage class have been deprecated.
    If you use the standard OK/NO buttons provided on the dialog page, you do not need to make any changes.
    However, if you are using the OADialogPage.setFooterNestedRegionCode and OADialogPage.setFooterNestedRegionApplicationID methods to render customized buttons under the footer region, you must update your code to use the new method OADialogPage.setPageButtonBarRegionRefName instead. This new method lets you set a reference to a page button bar region, built declaratively with OA Extension. You can add any number of custom buttons to the page button bar region. OA Framework renders the page button bar region under the footer. Adding your custom content to a page button bar region allows the page buttons to be rendered and positioned in the proper places specified by the latest UI standards. To render the Return To navigation link under the footer, use the existing setReturnToLinkLabel and setReturnToLinkURL methods in OADialogPage.
    To render a nested region, created with OA Extension, under a dialog page header, use the new OADialogPage.setHeaderNestedRegionRefName method.

  • How to remove calender button beside date prompt in infoview

    Post Author: Durga
    CA Forum: Desktop Intelligence Reporting
    Hi ,
    We have developed one deski report which will run through infoview.
    while opening in the infoview in the beside the date prompt calender button is appearing.
    But we dont need the calender button beside the date prompt.we want to select from LOV's only.
    Please advice how to remove the calender button in infoview which is developed in Deski.
    Regards,
    Durga.

    Changing the data of the date to char will get ride of the calendar control.

Maybe you are looking for

  • Not able to delete text elements.

    Hello I copied a z report from production server to development server by copying the code in se38. now system is no allowing me to delete a text element for parameter. SELECTION-SCREEN BEGIN OF BLOCK b4 with frame title text-012. PARAMETERS: P_YEAR 

  • Processing in  Multiple Cluster Nodes

    Hi All, In our PI system we have 2 Java nodes due to some requirement. When the communication channel runs and we check the message log, in one Cluster node we have a successful message. In other Cluster Node we have an error message that says "File

  • How can I get Siri on my ipad2

    How can I get Siri on my iPad 2 and what happen to my YouTube app?

  • How to Draw a line Graph using x,y Cordinates in Java ?

    Hi, what r the easiest way to draw a line Graph using Java Code either applet. can u give me code sample. or any package where we can pass some parameter so that accoring to the paramter as i know jfreeChart.function() like some method is there from

  • Photoshop Elements 12 upgrade

    I bought a Wacom Bamboo..... that came bundled with Elements 10.... Recently, I became aware of an upgrade to Elements 12. I found a reseller who sold me the upgrade at a really good price. Trouble is, when I put the disc in, I was confronted with a