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