Sha256: e1ffc2e60c89e2e37b3ea7ee6f6d55d0ddd57787e416481b44fe880ac440212b

Contents?: true

Size: 400 Bytes

Versions: 27

Compression:

Stored size: 400 Bytes

Contents

require 'marty/new_posting_form'

class Marty::NewPostingWindow < Netzke::Window::Base
  def configure(c)
    super

    c.title        = I18n.t('new_posting')
    c.modal        = true
    c.items        = [:new_posting_form]
    c.layout       = 'fit'
    c.lazy_loading = true
  end

  component :new_posting_form do |c|
    c.header = false
  end

end

NewPostingWindow = Marty::NewPostingWindow

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
marty-2.5.2 app/components/marty/new_posting_window.rb
marty-2.5.1 app/components/marty/new_posting_window.rb
marty-2.5.0 app/components/marty/new_posting_window.rb
marty-2.4.9 app/components/marty/new_posting_window.rb
marty-2.4.8 app/components/marty/new_posting_window.rb
marty-2.4.7 app/components/marty/new_posting_window.rb
marty-2.4.6 app/components/marty/new_posting_window.rb
marty-2.4.5 app/components/marty/new_posting_window.rb
marty-2.4.4 app/components/marty/new_posting_window.rb
marty-2.4.3 app/components/marty/new_posting_window.rb
marty-2.4.2 app/components/marty/new_posting_window.rb
marty-2.4.1 app/components/marty/new_posting_window.rb
marty-2.4.0 app/components/marty/new_posting_window.rb
marty-2.3.15 app/components/marty/new_posting_window.rb
marty-2.3.14 app/components/marty/new_posting_window.rb
marty-2.3.13 app/components/marty/new_posting_window.rb
marty-2.3.12 app/components/marty/new_posting_window.rb
marty-2.3.11 app/components/marty/new_posting_window.rb
marty-2.3.10 app/components/marty/new_posting_window.rb
marty-2.3.9 app/components/marty/new_posting_window.rb