Class: Netzke::Basepack::SearchWindow
- Defined in:
- lib/netzke/basepack/search_window.rb
Instance Method Summary collapse
Instance Method Details
#configuration ⇒ Object
19 20 21 22 23 24 25 |
# File 'lib/netzke/basepack/search_window.rb', line 19 def configuration super.tap do |s| s[:items] = [:search_panel.component(:prevent_header => true)] s[:title] = I18n.t('netzke.basepack.search_window.title') s[:persistence] = false end end |