Class: Clot::HiddenFieldTag

Inherits:
InputTag show all
Defined in:
lib/clot/no_model_form_tags.rb

Constant Summary

Constants inherited from ClotTag

ClotTag::Syntax

Instance Method Summary collapse

Methods inherited from InputTag

#personal_attributes

Methods inherited from ClotTag

#initialize, #render

Methods included from TagHelper

#resolve_value, #split_params

Methods included from AttributeSetter

#personal_attributes, #set_attributes, #set_primary_attributes

Constructor Details

This class inherits a constructor from Clot::ClotTag

Instance Method Details

#render_stringObject



101
102
103
104
# File 'lib/clot/no_model_form_tags.rb', line 101

def render_string
  @type = "hidden"
  super
end