"Save" button in toolbar

Does anyone know a how I can get a "save" button in the pages toolbar ?
This button is not available in the toolbar settings.

Welcome to Apple Discussions
You can't. It's just not an option. I suggest you leave feedback for the Pages team regarding this. You can find it under the Pages menu > Provide Pages Feedback. That takes you to the same page as this link.

Similar Messages

  • Which trigger fires after pressing 'Save' button on toolbar.

    hi,
    I wanted to know which triggers get fired after pressing 'save' button on toolbar, and in which sequence it get's fired.

    When you press 'save' it tries to do a commit_form.
    Before commiting the form, it checks for any errors which might occur at form level, block level or item level and does the commit only when it doesn't find one.

  • Disable save button in toolbar in offline form

    Hi to all !
    I am facing a wierd problem in my  adobe interactive offline form.
    I have added a save button in my offline form . I have added  validation script on this button.
    Hence I want the user to use this button only.So I want to disable the save button  that comes in the adobe reader for every user of this particular form.
    i know that their is a similar functionality for wd adobe form but i am creating an offline form, and i do not know how to disable the button in this case.
    So please help me

    Hi Kuldip,
    if you're trying to hide the Save Button in the Adobe toolbar, then you can place the following code in the wdDoModifyView method to hide the whole toolbar.
    // Get interactibe form handler.
            IWDPDFDocumentInteractiveFormHandler iFormHandler = WDPDFDocumentFactory.getDocumentHandler(wdThis.wdGetAPI(), "<name of your form>");
    //     Get appearance setter. 
          IWDPDFDocumentAppearance appearance = iFormHandler.getDocumentContext().getAppearance();
         // Hide menu bar.
         appearance.hideMenuBar(true); 
         // Hide tool bars.
         appearance.hideToolBars(true);
    hope this helps,
    harman

  • SAVE button doesn't appear in Toolbar of Text Edit Control

    Hai All,
    I need to save the changes made to the text in my Text Edit Control, i know how to handle the Save command but my problem is the SAVE button doesn't appear in the Toolbar of the Text Editor. I have searched through the SDN but in all of those threads they already have the SAVE button and hence only the logic was discussed. But i need the SAVE button to appear in my Text Edit Control. Looking forward  for your helpful answers.
    Thanks in Advance,
    rama

    Hi,
    Check the demo program  SAPSCRIPT_DEMO_NOTE_EDITOR what ever you enter in the editor you get the text using method
    call method note_editor->get_text_as_stream
           importing text = notetab.

  • Does Pages 2 have a save button in the toolbar?

    Anyone know if Pages 2.0 has a save button in the toolbar? Also, is there a button to show invisibles instead of a drop down menu? This is one of the most missed features. I couldn't tell from the images.
    iBook G3 800MHz Mac OS X (10.3.9)
    iBook G3 800MHz Mac OS X (10.3.9)

    Just out of curiosity, could you describe how you use the Save button in AppleWorks?
    Do you let go of the keyboard, move your hand to the mouse, move the cursor to the button and click it and then move the hand back to the keyboard, or do you usually have your hand on the mouse anyhow, so you just have to move the cursor and click? Or do you have some other trick?
    I'm honestly curious. The first thing I do in almost any application is to turn off the toolbars and use the shortcuts instead. (⌘+S for save and ⇧⌘I for show invisibles, but you probably knew that already.)

  • SAVE button in Std Toolbar

    I don't know how to get the SAVE button to stop uploading my
    file in DW-CS3. It would just save it to my local drive before, and
    now (the day or so) it always uploads to my FTP site without me
    PUTTING the file there. How do I get it to stop trying to upload
    the file when I click the save button in the Standard
    Toolbar?

    In the Remote Site definition, disable Automatic PUT on Save.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Phox68" <[email protected]> wrote in
    message
    news:gbtrn1$kfk$[email protected]..
    >I don't know how to get the SAVE button to stop uploading
    my file in
    >DW-CS3.
    > It would just save it to my local drive before, and now
    (the day or so) it
    > always uploads to my FTP site without me PUTTING the
    file there. How do I
    > get
    > it to stop trying to upload the file when I click the
    save button in the
    > Standard Toolbar?
    >

  • How can we make the save button active in standard toolbar in outout of alv

    Hi experts ,
    I am using factory method to print alv with oops .
    Cancel , Exit and Back button are active by default in Standard tool bar  in output of Report , But Save button is not active , How can i make that save button active .
    Also Pls tell me how i can make editable to the cell in output , 
    My Code is like this :
    cl_salv_table=>factory( IMPORTING r_salv_table = gr_table CHANGING t_table = ispfli ).
      gr_functions = gr_table->get_functions( ).
      gr_functions->set_all( abap_true ).
      gr_display = gr_table->get_display_settings( ).
      gr_display->set_striped_pattern( cl_salv_display_settings=>true ).
      gr_display->set_list_header( 'This is the heading' ).
      gr_columns = gr_table->get_columns( ).
      gr_column ?= gr_columns->get_column( 'CITYTO' ).
      gr_column->set_long_text( 'This is long text' ).
      gr_column->set_medium_text( 'This is med text' ).
      gr_column->set_short_text( 'This is sh' ).
      gr_column ?= gr_columns->get_column( 'CITYFROM' ).
      color-col = '6'.
      color-int = '1'.
      color-inv = '0'.
      gr_column->set_color( color ).
      gr_sorts = gr_table->get_sorts( ).
    *gr_sorts->add_sort( 'CITYTO' ).
      gr_sorts->add_sort( columnname = 'CITYTO' subtotal = abap_true ).
      gr_agg = gr_table->get_aggregations( ).
      gr_agg->add_aggregation( 'DISTANCE' ).
      gr_filter = gr_table->get_filters( ).
      gr_filter->add_filter( columnname = 'CARRID' low = 'DL' ).
      gr_layout = gr_table->get_layout( ).
      gr_layout->set_key( key ).
      key-report = sy-repid.
      gr_layout->set_save_restriction( cl_salv_layout=>restrict_none ).
      gr_table->display( ).
    Rgds,
    Premraj

    Hi,
    1)you need to give the function code to that save in the Function Keys of that screen from the GUI Status.
    2) while filling the field catalog of that field you need to put the        
    wa_fieldcat_edit-edit = c_x.
    i.e use the edit and append to that field catalog internal table.
    for more infomation you can refer to below links:
    problem with alv edit and save
    *Edit* and *Save*  for the selected records in ALV
    solves your problem
    Thanks!!

  • How to use bdc code in a report for save button

    hi to all can anybody please give some hints that how can i place the BDC code for the save button to pass the values from the editable grid to the standard table here i am sending my code .please advice me.
    Moderator Message: Please post only relevant portions of your code. There is a 2,500 character per post limit.
    here the second grid is editable.and i have to make changes in the second grid and save it to the standard tables. please advice me resma
    Edited by: kishan P on Sep 13, 2010 3:59 PM

    Hi,
    I have done that many times. Create a button in the toolbar,say 'SAVE'. Write the code in the subroutine user command.For example :
    *&      Form  USER_COMMAND
    FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
            RS_SELFIELD TYPE SLIS_SELFIELD.
      DATA : REF_GRID TYPE REF TO CL_GUI_ALV_GRID.
      DATA: L_VALID TYPE C.
    *Code to reflect the changes done in the internal table
      IF REF_GRID IS INITIAL.
        CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
          IMPORTING
            E_GRID = REF_GRID.
      ENDIF.
      IF NOT REF_GRID IS INITIAL.
        CALL METHOD REF_GRID->CHECK_CHANGED_DATA
          IMPORTING
            E_VALID = L_VALID.
      ENDIF.
      CASE SY-UCOMM.
        WHEN 'SAVE'.
        PERFORM BDC."Write all you BDC code in this subroutine
      ENDCASE.
    ENDFORM.
    Hope this will help.
    Thanks & Regards,
    Rock.

  • BSP-Error while adding a "Save-Button" to a View

    Dear Community,
    I have created a UI-Component which contains a Window and a View. I already connected the view to the window. What I'm trying now is to add a "Save-Button" to save the input of the view. This is my Structure:
    The Code of USERINPUT.htm is as follows:
    Here are my Questions
    1) What exactly do i need to put into parameter "id" and "table" within the configCellerator? My window and view are connected and when it opens there should be the "Save-Button".
    2) When I select "Test" my browser opens but I cannot see the preview, intead I get this exeption. Is my code wrong or where is my mistake?
    Thank you for your help!
    Marcel

    Hi Marcel,
    if you want to create buttons in your form view there is a method in your implementation class that is
    get_buttons.
    you have to implement the method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS from your implementation class.
    example:
       *****************SAVE***************************************************************************
      CLEAR ls_button.
      ls_button-type     = cl_thtmlb_util=>gc_icon_save.
      ls_button-on_click = 'SAVE'.                              "#EC NOTEXT
      ls_button-page_id  = me->component_id.
      ls_button-enabled = abap_false.
      IF view_group_context IS BOUND.
        IF view_group_context->is_any_view_editable( ) EQ abap_true AND lr_entity->is_changeable( ) =abap_true.
          ls_button-enabled = abap_true.
        ENDIF.
      ENDIF.
      APPEND ls_button TO rt_buttons.
    * Toolbar Divider
      CLEAR ls_button.
      ls_button-type     = cl_thtmlb_util=>gc_separator.
      ls_button-enabled  = abap_true.
      APPEND ls_button TO rt_buttons.
    And write an event handler for this:
       METHOD eh_onsave.
      DATA: lr_core    TYPE REF TO cl_crm_bol_core,
            lr_entity  TYPE REF TO cl_crm_bol_entity,
            lr_tx      TYPE REF TO if_bol_transaction_context.
      lr_entity ?= me->typed_context->btadmini->collection_wrapper->get_current( ).
      lr_tx ?= lr_entity->get_transaction( ).
      IF lr_tx IS NOT BOUND.
        lr_core = cl_crm_bol_core=>get_instance( ).
        lr_tx = lr_core->begin_transaction( ).
      ELSE.
        IF lr_tx->check_save_possible( ) = abap_true.
          CHECK lr_tx->save( ) EQ abap_true.
          lr_tx->commit( ).
        ENDIF.
      ENDIF.
      me->view_group_context->reset( ).
    when ever you want to call any transaction while button click go through this link..
    call transaction launcher on button press with parameter passing
    you can come to know how to call.
    in that doc you have to create one transaction launcher for your standard workflow. then that tcode you
    need to call using that concept..
    if you want to create table view  go through this link..
    SAP CRM WEB UI : 43.CREATING TABLE VIEW FOR LINE ITEMS WITH DEPENDENT CONTEXT NODES
    CRM Web UI Technical - Creating Table View In Web UI - CRM - SCN Wiki
    Thnaks & Regards,
    Srinivas.

  • Create standard sap "SAVE" button along with ALV grid buttons

    I need to create a standard SAP "Save" button  in my ALV GRID display in the application tool bard
    I copied the PF-Status 'standard' from a SAP program and assinged it here.
    When i try to add the SAP save buttion by using this standard pf-status , its not getting displayed in the application tool bar.
    But in STandard TOOl bar (in menu painter ) , when i assign save its displayed in the screen .
    I need this to be displayed in the application tool ba
    Please suggest me how to do this.
    Thanks in advance.

    Hello,
      Application of ALV means the place where the buttons(standard for ALV) like sort,add,delete,copy etc are dipslayed.IF u need need to add a save button on the same toolbar/same place u need to copy the standard GUI status of standard ALV program .For that go to SE80 , give the program name as SAPLSLVC_FULLSCREEN
    In the GUI status u'll find the status named as STANDARD_FULLSCREEN ....Right click on it and give the "TO Program " as your program.Now once u activate ur program u'll find the same status there.
    add ur save button in the status by edidting it. Now u need to write the FORM ENDFORM for user command and assign the form name in caps to the USER_COMMAND parameter in the func module REUSE_ALV_GRID_DISPLAY.
    Hope this help.
    Regards,
    Neeraj

  • How to disable the Save button For a pdf?

    Hi,
    I have a requirement that when you open the livecycle developed pdf, the Save option available in the toolbar (Save As icon) and File menu of the Reader should be disabled. A button will be provided in the form separately to provide the Save functionality. Can anybody help me reg. this? Is there any setting available for this in Adobe Pro or any other tool?
    Regards,
    Maria

    It's not really difficult to disable the save button. But it depends on the context from where you want to delete it. even if you disable the save button the user has the option to print screen and create a fresh pdf. So your question has some philosophical aspects to deal with. Please mail me at [email protected] incase of further quries. I've understood your problem and have got a solution but it's not somewhat legitimate to do. I can share it with you through email.

  • Why is the save button disabled?

    Don't know why but all of a sudden my Save button on the HTML editing window is disabled.  I open a file from my local site, make a change, and save on the toolbar is disabled.  I can go to the menu File - Save and it saves fine.  But the button is always disabled.  Can anyone help?
    Dreamweaver 11.0 Build 4993
    Mac OS X Version 10.7.4    

    Report it as a bug.  It happens from time-to-time.  Cmd+s will always work though.  I think there is a bit of lag in the button on the GUI at times.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • How to hide either the File menu or the Save button.

    Hello.  Recently we upgraded Adobe Reader from 8.0 to 9.0 on our kiosks and we are having a problem.  We used to be able to hide the save button when viewing a PDF file on a web page through a javascript inside the javascripts folder.  However, while most other buttons seem to be hidden, the 'Save' button next to the Print button on the tool bar is not responding to our script.  I think I should mention that you can not right click or press CTRL on our kiosks.
    Here's what we have tried:
    app.hideToolbarButton("Download");
    app.hideToolbar("FileToolbar");
    app.hideToolbarButton("Save");
    app.hideToolbarButton("SaveFileAs");
    app.hideToolbarButton("SaveTo")
    app.hideToolbarButton("File")
    app.hideMenuItem("SaveTo")
    app.hideMenuItem("FileToolbar")
    app.hideMenuItem("Toolbars");
    app.hideMenuItem("File");
    app.hideMenuItem("Print");
    app.hideMenuItem("Save");
    If possible, we would like to just disabled the 'File' section that can be dragged around altogether, however since this save button is the only remaining button on that section just the code to disable it will work too.
    Also, I'm not asking to disable it, just simply hide it as if you were to right click on it, go into show/hide toolbars, and click 'File'.  We have many kiosks and doing this manually would be...  Well I got a life to live.
    Thank you!

    P.S: I forgot to mention.  If I open Adobe Reader standalone, the button is gone.  If I open it through IE the button is present. It might be because the file is already on the computer but.. I don't know.  Thank you!

  • Disable Save Button in the Interactive PDF form

    Hi Experts,
        I have created an interactive form using NWDS and I am able to show it as Collable Object. Now the requirement is that I have to disable the save button from the PDF.
    Can you please let me know how to disable the Save Button for the interactive form?
    Thanks in Advance
    Regards,
    Kuldeep Verma

    Hi Kuldip,
    if you're trying to hide the Save Button in the Adobe toolbar, then you can place the following code in the wdDoModifyView method to hide the whole toolbar.
    // Get interactibe form handler.
            IWDPDFDocumentInteractiveFormHandler iFormHandler = WDPDFDocumentFactory.getDocumentHandler(wdThis.wdGetAPI(), "<name of your form>");
    //     Get appearance setter. 
          IWDPDFDocumentAppearance appearance = iFormHandler.getDocumentContext().getAppearance();
         // Hide menu bar.
         appearance.hideMenuBar(true); 
         // Hide tool bars.
         appearance.hideToolBars(true);
    hope this helps,
    harman

  • How to Disable Save Button in interactive form via sfp

    Dear,experts
    My requirement is that Disable Save Button in interactive form via sfp .Is there any options to do this or write Javascript/Formcalc.Please help!
    Thanks
    Vince.

    I found a adobe documentation that says that If you want to disable some toolbar buttons, you will have to use application-level Javascript. Looks like it is not possible from ADLC
    Place the following Javascript code inside a .js file in
    %ProgramFiles%\Adobe\Reader 9.0\Reader\JavaScripts   to disable the toolbar buttons:
    // [File - Create Adobe PDF Using Acrobat.com], plus toolbar button
    app.hideMenuItem("WebServices:CreatePDF");
    app.hideToolbarButton("Weblink:CreatePDF");
    // [File - Collaborate], plus toolbar button
    app.hideMenuItem("Annots:FileCollaboration");
    app.hideToolbarButton("Annots:CollabToolButton");
    app.hideToolbarButton("CommentTask");
    app.hideToolbarButton("SigTaskButton");
    app.hideToolbarButton("SaveFileAs");
    app.hideToolbarButton("Save");
    Regards
    Sandy

Maybe you are looking for

  • Error 1311 occurs during install of NIDAQ 6.9.3

    I downloaded NIDAQ 6.9.3 from the NI download site, and followed the directions for installing. Unfortunately, every time I attempted to run the setup.exe, I got an error 1311 "cant find file daqlv61eng.cab". I downloaded a second time from the NI si

  • Deskjet 3050 All In One J610 won't scan

    Successfully downloaded HP Deskjet 3050 All In One J610 series to my MAC laptop. It will not scan, I hit scan button and it says Try From Computer. Cannot find scan option in laptop files.

  • Adding a mini mac and Apple TV .

    I currently only have a iPhone. But would like to make the plunge to full apple. I would like a mini mac and Apple TV. I need advise on the best way to integrate them into my system. I currently have: A pioneer amp. A ps3 and a Blu-Ray player, these

  • LaserJet 1018 shared on Printer server doesn't print

    Hi, I'm a multi HP owner (notebook, desktop a Photosmart printer and the LaserJet 1018)... I recently bought a Iomega NAS with the printer server service and I tried to share both of my HP printers on it. The PhotoSmart 7260 works perfectly, but the

  • Recovered data and can see hidden files

    I just recovered about 200gigs of data (iPhoto Libraries, ITunes Libraries). I am looking through the folders and trying to clean up. I noticed lots of hidden which are now shown. Is their a simple way to hide all hidden files, like the Windoze setti