Class: Skyline::Editors::Textarea

Inherits:
Editor
  • Object
show all
Defined in:
app/helpers/skyline/editors/textarea.rb

Instance Method Summary collapse

Instance Method Details

#output_without_errorsObject



2
3
4
5
6
7
8
9
10
# File 'app/helpers/skyline/editors/textarea.rb', line 2

def output_without_errors
  text_area_tag(
    input_name(self.attribute_names), 
    field.value(record), 
    :rows => 8,:cols => 50,
    :id => input_id(self.attribute_names),
    :style => params_to_styles(field.style)       
  )
end