Sha256: 4017a64ade8ab1fa73e469da7ab92219475554aa54034fecea2ee4e1af306466

Contents?: true

Size: 204 Bytes

Versions: 9

Compression:

Stored size: 204 Bytes

Contents

module Netzke
  class Plugin < Base
    client_class do |c|
      # We need to inherit from Ext.Component so that we recieve goodies like event handling
      c.extend = "Ext.Component"
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
netzke-core-6.5.0.0 lib/netzke/plugin.rb
netzke-core-6.5.0.0.rc2 lib/netzke/plugin.rb
netzke-core-6.5.0.0.rc1 lib/netzke/plugin.rb
netzke-core-1.0.1.0 lib/netzke/plugin.rb
netzke-core-1.0.0.0 lib/netzke/plugin.rb
netzke-core-1.0.0.0.pre4 lib/netzke/plugin.rb
netzke-core-1.0.0.0.pre3 lib/netzke/plugin.rb
netzke-core-1.0.0.0.pre2 lib/netzke/plugin.rb
netzke-core-1.0.0.0.pre lib/netzke/plugin.rb