Class: Marty::PostingWindow
- Inherits:
-
Netzke::Window::Base
- Object
- Netzke::Window::Base
- Marty::PostingWindow
- Defined in:
- app/components/marty/posting_window.rb
Instance Method Summary collapse
Instance Method Details
#configure(c) ⇒ Object
2 3 4 5 6 7 8 9 10 11 |
# File 'app/components/marty/posting_window.rb', line 2 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 |