Module: Card::Set::Type::Css::HtmlFormat

Extended by:
AbstractFormat
Defined in:
tmpsets/set/mod014-machines/type/css.rb

Instance Method Summary collapse

Instance Method Details

#ace_modeObject



64
65
66
# File 'tmpsets/set/mod014-machines/type/css.rb', line 64

def ace_mode
  :css
end

#content_changes(action, diff_type, hide_diff = false) ⇒ Object



79
80
81
# File 'tmpsets/set/mod014-machines/type/css.rb', line 79

def content_changes action, diff_type, hide_diff=false
  wrap_with(:pre) { super }
end

#default_nest_viewObject



68
69
70
# File 'tmpsets/set/mod014-machines/type/css.rb', line 68

def default_nest_view
  :closed
end

#editorObject



60
61
62
# File 'tmpsets/set/mod014-machines/type/css.rb', line 60

def editor
  :ace_editor
end