Module: ActionView::Helpers::TagHelper
- Includes:
- InputCSS
- Defined in:
- lib/input_css.rb
Constant Summary
Constants included
from InputCSS
InputCSS::VERSION
Instance Method Summary
collapse
Methods included from InputCSS
css_options_for_tag, #tag
Instance Method Details
#tag_with_default_css(name, options = nil, open = false, escape = true) ⇒ Object
34
35
36
37
|
# File 'lib/input_css.rb', line 34
def tag_with_default_css(name, options=nil, open=false, escape=true)
options = InputCSS.css_options_for_tag(name, options)
tag_without_default_css(name, options, open, escape)
end
|