Class: Netzke::Basepack::SearchWindow
- Inherits:
-
Window::Base
- Object
- Netzke::Base
- Window::Base
- Netzke::Basepack::SearchWindow
- Defined in:
- lib/netzke/basepack/search_window.rb
Instance Method Summary collapse
Methods inherited from Window::Base
Instance Method Details
#configure(c) ⇒ Object
43 44 45 46 47 48 49 50 |
# File 'lib/netzke/basepack/search_window.rb', line 43 def configure(c) super c.items = [:query_builder] c.title = I18n.t('netzke.basepack.search_window.title') c.persistence = false c.prevent_header = true c. = [:search, :cancel] end |