Sha256: d30cc74331f24f6a289c0bf49dc0615cb3d8b1e122ff3406df502017362dc682

Contents?: true

Size: 453 Bytes

Versions: 84

Compression:

Stored size: 453 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.lazy_loading      = true
    c.width             = 350
    c.height            = 130
  end

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

end

NewPostingWindow = Marty::NewPostingWindow

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
marty-2.1.5 app/components/marty/new_posting_window.rb
marty-2.1.4 app/components/marty/new_posting_window.rb
marty-2.1.3 app/components/marty/new_posting_window.rb
marty-2.1.2 app/components/marty/new_posting_window.rb
marty-2.1.1 app/components/marty/new_posting_window.rb
marty-2.1.0 app/components/marty/new_posting_window.rb
marty-2.0.9 app/components/marty/new_posting_window.rb
marty-2.0.8 app/components/marty/new_posting_window.rb
marty-2.0.7 app/components/marty/new_posting_window.rb
marty-2.0.6 app/components/marty/new_posting_window.rb
marty-2.0.5 app/components/marty/new_posting_window.rb
marty-2.0.4 app/components/marty/new_posting_window.rb
marty-2.0.3 app/components/marty/new_posting_window.rb
marty-2.0.2 app/components/marty/new_posting_window.rb
marty-2.0.1 app/components/marty/new_posting_window.rb
marty-2.0.0 app/components/marty/new_posting_window.rb
marty-1.2.9 app/components/marty/new_posting_window.rb
marty-1.2.8 app/components/marty/new_posting_window.rb
marty-1.2.7 app/components/marty/new_posting_window.rb
marty-1.2.6 app/components/marty/new_posting_window.rb