Sha256: 4f52be57dde9505af04ad23c0c5a6492f01dea500e90b28f15e0c57cc4629d2a

Contents?: true

Size: 714 Bytes

Versions: 5

Compression:

Stored size: 714 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; module Type; module Html; extend Card::Set # ~~~~~~~~~~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/02_basic_types/set/type/html.rb ~~~~~~~~~~~
def clean_html?
  false
end

def diff_args
 {:format=>:raw}
end

format do
  view :closed_content do |args|
    ''
  end

  def chunk_list
    :references
  end
end


format :html do
  view :editor do |args|
    text_area :content, :rows=>5, :class=>'card-content ace-editor-textarea', "data-card-type-code"=>card.type_code
  end
end





# ~~~~~~~~~~~ below autogenerated; above pulled from /Users/ethan/dev/wagn/gem/card/mod/02_basic_types/set/type/html.rb ~~~~~~~~~~~
end;end;end;end;

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
card-1.16.6 tmpsets/set/mod003-02_basic_types/type/html.rb
card-1.16.5 tmpsets/set/mod003-02_basic_types/type/html.rb
card-1.16.4 tmpsets/set/mod003-02_basic_types/type/html.rb
card-1.16.3 tmpsets/set/mod003-02_basic_types/type/html.rb
card-1.16.2 tmpsets/set/mod003-02_basic_types/type/html.rb