Class: Netzke::Basepack::Window

Inherits:
Netzke::Base
  • Object
show all
Defined in:
lib/netzke/basepack/window.rb

Overview

Window

Ext.Window-based component able to nest other Netzke components

Features

  • Persistent position and dimensions

Instance configuration

:item - nested Netzke component, e.g.:

netzke :window, :item => {:class_name => "GridPanel", :model => "User"}

Direct Known Subclasses

GridPanel::RecordFormWindow, GridPanel::SearchWindow

Class Method Summary (collapse)

Class Method Details

+ (Object) js_base_class

Based on Ext.Window, naturally



15
16
17
# File 'lib/netzke/basepack/window.rb', line 15

def self.js_base_class
  "Ext.Window"
end