Home > image_submit_tag_ext

image_submit_tag_ext

Image_submit_tag_ext is a project mainly written in Ruby, based on the MIT license.

Added :disable option to image_submit_tag helper, which functions like :disable_with option of submit_tag, prevents the submit button being pressed when the form is submitted.

ImageSubmitTagExt

Added :disable option to image_submit_tag helper, which functions like :disable_with option of submit_tag, prevents the submit button being pressed when the form is submitted.

Example

image_submit_tag("submit.png", :disable => true)

=>

Copyright (c) 2010 Junya Ishihara, released under the MIT license

Previous:trauma