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