Sha256: 897257538ab15a6a92756ab84ff70c4de16382029acd6111283fef45040332b4

Contents?: true

Size: 404 Bytes

Versions: 4

Compression:

Stored size: 404 Bytes

Contents

require 'marty/new_posting_form'

class Marty::NewPostingWindow < Netzke::Basepack::Window
  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 		= 150
  end

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

end

NewPostingWindow = Marty::NewPostingWindow

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
marty-0.5.15 app/components/marty/new_posting_window.rb~
marty-0.5.14 app/components/marty/new_posting_window.rb~
marty-0.5.13 app/components/marty/new_posting_window.rb~
marty-0.5.12 app/components/marty/new_posting_window.rb~