Sha256: cec1ae2ddaac304767198003d9a4911160c8895bdb2c7c27ccc6ce94c62b03d9

Contents?: true

Size: 399 Bytes

Versions: 47

Compression:

Stored size: 399 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

47 entries across 47 versions & 1 rubygems

Version Path
marty-10.0.3 app/components/marty/new_posting_window.rb
marty-10.0.2 app/components/marty/new_posting_window.rb
marty-10.0.0 app/components/marty/new_posting_window.rb
marty-9.5.1 app/components/marty/new_posting_window.rb
marty-9.5.0 app/components/marty/new_posting_window.rb
marty-9.3.3 app/components/marty/new_posting_window.rb
marty-9.3.2 app/components/marty/new_posting_window.rb
marty-9.3.0 app/components/marty/new_posting_window.rb
marty-8.5.0 app/components/marty/new_posting_window.rb
marty-8.4.1 app/components/marty/new_posting_window.rb
marty-8.3.1 app/components/marty/new_posting_window.rb
marty-8.2.0 app/components/marty/new_posting_window.rb
marty-8.0.0 app/components/marty/new_posting_window.rb
marty-6.1.0 app/components/marty/new_posting_window.rb
marty-5.2.0 app/components/marty/new_posting_window.rb
marty-5.1.4 app/components/marty/new_posting_window.rb
marty-5.1.3 app/components/marty/new_posting_window.rb
marty-5.1.2 app/components/marty/new_posting_window.rb
marty-5.1.1 app/components/marty/new_posting_window.rb
marty-5.1.0 app/components/marty/new_posting_window.rb