class

ActionView::Helpers::InstanceTag

rails latest stable - Superclass: Object

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

No documentation available for this class.

Included modules

  • ActionView::Helpers::ActiveModelInstanceTag
  • ActionView::Helpers::DateHelperInstanceTag
  • ActionView::Helpers::FormOptionsHelper
  • ActionView::Helpers::FormTagHelper
  • ActionView::Helpers::TagHelper

Constants

DEFAULT_FIELD_OPTIONS = { "size" => 30 }

DEFAULT_RADIO_OPTIONS = { }

DEFAULT_TEXT_AREA_OPTIONS = { "cols" => 40, "rows" => 20 }

Attributes

[R]method_name
[R]object
[R]object_name

Files

  • actionpack/lib/action_view/helpers/date_helper.rb
  • actionpack/lib/action_view/helpers/form_helper.rb
  • actionpack/lib/action_view/helpers/form_options_helper.rb