Class: Marty::Postings::NewWindow

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

def configure(c)
  super

  c.title        = I18n.t('new_posting')
  c.modal        = true
  c.items        = [:new_posting_form]
  c.lazy_loading = true
  c.width        = 800
  c.height       = 550
end