Method: Ext::Helper#ext_grid

Defined in:
lib/ext/helper.rb

#ext_grid(options = {}) ⇒ Object



50
51
52
53
54
55
56
# File 'lib/ext/helper.rb', line 50

def ext_grid(options = {})
  options = {
    :id    => "item-grid",
    :style => "border:1px solid #99bbe8;overflow: hidden; height: 280px;",
  }.merge(options)
   :div, '', options
end