Class: SearchFieldTag

Inherits:
TextFieldTag show all
Defined in:
lib/scribo/liquid/tags/search_field_tag.rb

Instance Attribute Summary

Attributes inherited from TextFieldTag

#field_type

Instance Method Summary collapse

Methods inherited from TextFieldTag

#render

Constructor Details

#initialize(tag, args, tokens) ⇒ SearchFieldTag

Returns a new instance of SearchFieldTag.



17
18
19
20
# File 'lib/scribo/liquid/tags/search_field_tag.rb', line 17

def initialize(tag, args, tokens)
  super
  @field_type = 'search'
end