Class: Formular::Element::Textarea

Inherits:
Control
  • Object
show all
Includes:
Modules::Container
Defined in:
lib/formular/elements.rb

Overview

class Error

Direct Known Subclasses

Bootstrap3::Textarea, Foundation6::Textarea

Instance Method Summary collapse

Methods included from Module

included

Instance Method Details

#contentObject



142
143
144
# File 'lib/formular/elements.rb', line 142

def content
  options[:value] || super
end