Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Simon Murrell 15 posts 35 karma points
    Aug 02, 2010 @ 09:46
    Simon Murrell
    0

    Feature Request : Submit Button

    Hello

    Could we add three possible features to the "Submit Button":

    1. Allow you to customize the text which appears on the button on the Settings tab.

    2. Convert the button to an ImageButton to allow you to add an image to the button.

    3. Left align the button with the left x coordinate of the fields displayed so the button and fields are aligned.

    Regards,

    Simon

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Aug 02, 2010 @ 09:54
    Ismail Mayat
    0

    Simon,

    With regards to 2 and 3 you could hack like i did see http://our.umbraco.org/forum/umbraco-pro/contour/10373-Identifying-the-step-in-RecordServiceRecordPartiallySubmitted?p=0#comment37879 and hide the current submit button and add your own image button that handles the submit.  Like I say its a hack but can be done.

    Regards

    Ismail

  • Simon Murrell 15 posts 35 karma points
    Aug 02, 2010 @ 10:01
    Simon Murrell
    0

    I did post another item with 4 features. But when I tried to edit this post it wouldn't allow me to and came back with an XSLT error and I tried to delete and it never worked. If "a hack" works I am happy. Just as long as versions going forward the hack will still work or the feature added.

  • Simon Murrell 15 posts 35 karma points
    Aug 02, 2010 @ 10:20
    Simon Murrell
    0

    To left align the button, edit the defaultform.css and change the .contourButton from

    #contour .contourButton
    {
         margin-right: 10px;
        padding: 2px 10px;
    }

    TO:

    #contour .contourButton
    {
        margin-left: 215px;
        margin-right: 10px;
        padding: 2px 10px;
    }

  • Tim 1193 posts 2655 karma points c-trib
    Aug 04, 2010 @ 12:06
    Tim
    0

    Hi,

    Issue 1 is sorted in the Contour 1.1, whih allows you to set the text for the submit, forward and back buttons!

    :)

  • Simon Murrell 15 posts 35 karma points
    Aug 04, 2010 @ 12:26
    Simon Murrell
    0

    Ok great. Sounding better. When is 1.1 due? What about ImageButton as that would be a great feature too. Managed as you can see to get the Left Alignment sorted.

  • Harald Ulriksen 207 posts 248 karma points
    Aug 04, 2010 @ 12:30
  • Jeavon Leopold 3008 posts 13221 karma points MVP 7x admin c-trib
    Feb 24, 2011 @ 13:12
    Jeavon Leopold
    0

    Being about to change the submit button to an image would be great feature to add to the next release. Is it in the pipeline at all?

  • Jeavon Leopold 3008 posts 13221 karma points MVP 7x admin c-trib
    May 27, 2011 @ 19:08
    Jeavon Leopold
    0

    Any update on this request, just had another client ask if we can change the button :-)

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    May 31, 2011 @ 09:57
    Tim Geyssens
    1

    Hi Jeavon,

    Well it should be possible with some css, check this out as an example: http://codegarden11.com/about/umbraco-awards.aspx

  • Jeavon Leopold 3008 posts 13221 karma points MVP 7x admin c-trib
    May 31, 2011 @ 10:08
    Jeavon Leopold
    0

    Cool! Thanks Tim.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies