Class: Marty::Notifications::Window

Inherits:
Netzke::Window::Base
  • Object
show all
Defined in:
app/components/marty/notifications/window.rb

Instance Method Summary collapse

Instance Method Details

#configure(c) ⇒ Object



6
7
8
9
10
11
12
13
14
15
# File 'app/components/marty/notifications/window.rb', line 6

def configure(c)
  super

  c.title     = 'Notifications'
  c.modal     = true
  c.items     = [:grid_view]
  c.lazy_loading = true
  c.width = 800
  c.height = 550
end