Class: Marty::Postings::Window

Inherits:
Netzke::Window::Base
  • Object
show all
Defined in:
app/components/marty/postings/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/postings/window.rb', line 6

def configure(c)
  super

  c.title = I18n.t('select_posting')
  c.modal = true
  c.items = [:posting_grid]
  c.lazy_loading = true
  c.width = 600
  c.height = 350
end