Sha256: 910f6ea12d375aeec2f3597934ad6a04fd0524b3be139495b025d64eac65690b

Contents?: true

Size: 330 Bytes

Versions: 7

Compression:

Stored size: 330 Bytes

Contents

class Skyline::Editors::Heading < Skyline::Editors::Editor
  def output_without_errors
    text_field_tag(
      input_name(self.attribute_names), 
      field.value(record),
      :size => 40,
      :class => "heading",
      :style => params_to_styles(field.style),
      :id => input_id(self.attribute_names)
    )
  end
  
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
skylinecms-3.3.0 app/helpers/skyline/editors/heading.rb
skylinecms-3.2.0 app/helpers/skyline/editors/heading.rb
skylinecms-3.1.0 app/helpers/skyline/editors/heading.rb
westarete-skylinecms-3.0.8.20100329 app/helpers/skyline/editors/heading.rb
westarete-skylinecms-3.0.8.20100330 app/helpers/skyline/editors/heading.rb
skylinecms-3.0.8 app/helpers/skyline/editors/heading.rb
skylinecms-3.0.7 app/helpers/skyline/editors/heading.rb