Class: Netzke::HasMany::Window

Inherits:
Basepack::Window
  • Object
show all
Defined in:
lib/netzke/has_many/window.rb

Instance Method Summary collapse

Instance Method Details

#configure(c) ⇒ Object



6
7
8
9
10
# File 'lib/netzke/has_many/window.rb', line 6

def configure(c)
  super
  c.width = 400
  c.items = [:many_grid]
end