private Method

DateHelper.hidden_html(type, value, options)

There's no documentation for this item.

Source Code

# File action_view/helpers/date_helper.rb, line 562
def hidden_html(type, value, options)
  name_and_id_from_options(options, type)
  hidden_html = %(<input type="hidden" id="#{options[:id]}" name="#{options[:name]}" value="#{value}" />\n)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.