Sha256: 8b0a99fd02c8d134b2c7f44332cfb52014c222c93ebbd3353bc8437407449395
Contents?: true
Size: 470 Bytes
Versions: 7
Compression:
Stored size: 470 Bytes
Contents
class Skyline::Editors::Textile < Skyline::Editors::Editor def output_without_errors text_area_tag( input_name(self.attribute_names), field.value(record), :rows => 8, :cols => 50, :class => "textile", :style => params_to_styles(field.style) ) + content_tag("div", "You can use textile syntax to format your text. See <a href=\"http://hobix.com/textile/\" target=\"_blank\">the syntax rules for help</a>.") end end
Version data entries
7 entries across 7 versions & 2 rubygems