Sha256: a2701cee82b2f8c8a62ce52f991f8f658d5a19e86c175deb2cd95f7805ebd598

Contents?: true

Size: 216 Bytes

Versions: 28

Compression:

Stored size: 216 Bytes

Contents

class Marty::GridAppendOnly < Marty::McflyGridPanel
  def configure(c)
    super

    c.enable_extended_search = false
    c.prohibit_update        = true
  end

  def default_bbar
    [:del, :add_in_form]
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
marty-0.5.19 app/components/marty/grid_append_only.rb
marty-0.5.18 app/components/marty/grid_append_only.rb
marty-0.5.17 app/components/marty/grid_append_only.rb
marty-0.5.16 app/components/marty/grid_append_only.rb
marty-0.5.15 app/components/marty/grid_append_only.rb
marty-0.5.14 app/components/marty/grid_append_only.rb
marty-0.5.13 app/components/marty/grid_append_only.rb
marty-0.5.12 app/components/marty/grid_append_only.rb