The differens between the Save image button and the Update button?

Last post 01-25-2005, 11:59 PM by cubefree. 2 replies.
Sort Posts: Previous Next
  •  01-24-2005, 2:07 PM 3672

    The differens between the Save image button and the Update button?

    This forum is really good to get your problems solved.
     
    What is the differens between pressing
    the "Save"-image button on the editor toolbar or
    pressing the "Update/Submit" button below the editor?
     
    When I edit a new html page in the editor - I wan't to press save-image button and save the content to a database.
    When I want to edit the html page:
    Do I have to have both the "Save"-image and the "Update/Submit" button?
    What button should I then press?
    I press the Update button now.
    How do you check which button been pressed?
    if request("action")="save" ....
    This checks both buttons?
     
  •  01-24-2005, 7:37 PM 3680 in reply to 3672

    Re: The differens between the Save image button and the Update button?

    If you have one instance in your page, there is no much difference. 

    However if you have multiple instances in a page, you should use the submit button. 
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  01-25-2005, 11:59 PM 3714 in reply to 3672

    Re: The differens between the Save image button and the Update button?

    Let me piggy back on this post bc my Save button is not appearing in the toolbar at all. New button does tho.

    I'm configuring the Editor as follows:
     
    editor.AutoConfigure = "enableall" (I've tried commenting this out too)
    tool_bar = "Save,New,Print... etc." (I tried the enable all settings from the documentation too)

    ~~~~~~~~~~~~~~~~
     
    Ah... editor.DisableItemList = "Save" would do it... nevermind.
View as RSS news feed in XML