Parent

Methods

Netzke::Basepack::Window

Window

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

Features

Instance configuration

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

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

Public Class Methods

js_base_class() click to toggle source

Based on Ext.Window, naturally

    # File lib/netzke/basepack/window.rb, line 15
15:       def self.js_base_class
16:         "Ext.Window"
17:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.