Sha256: 9590ad677291e00c293f199a6022999ec137680e50e01f5be38394baa1210e94

Contents?: true

Size: 264 Bytes

Versions: 27

Compression:

Stored size: 264 Bytes

Contents

module Netzke
  module Core
    # A very simple panel with an automatically set title. Can be used as a child component +klass+.
    class Panel < Netzke::Base
      def configure(c)
        c.title ||= name.to_s.humanize
        super
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
netzke-core-6.5.0.0 lib/netzke/core/panel.rb
netzke-core-6.5.0.0.rc2 lib/netzke/core/panel.rb
netzke-core-6.5.0.0.rc1 lib/netzke/core/panel.rb
netzke-core-1.0.1.0 lib/netzke/core/panel.rb
netzke-core-1.0.0.0 lib/netzke/core/panel.rb
netzke-core-1.0.0.0.pre4 lib/netzke/core/panel.rb
netzke-core-1.0.0.0.pre3 lib/netzke/core/panel.rb
netzke-core-1.0.0.0.pre2 lib/netzke/core/panel.rb
netzke-core-1.0.0.0.pre lib/netzke/core/panel.rb
netzke-core-0.12.3 lib/netzke/core/panel.rb
netzke-core-0.12.2 lib/netzke/core/panel.rb
netzke-core-0.12.1 lib/netzke/core/panel.rb
netzke-core-0.12.0 lib/netzke/core/panel.rb
netzke-core-0.12.0.rc1 lib/netzke/core/panel.rb
netzke-core-0.12.0.beta lib/netzke/core/panel.rb
netzke-core-0.11.0 lib/netzke/core/panel.rb
netzke-core-0.10.1 lib/netzke/core/panel.rb
netzke-core-0.10.0 lib/netzke/core/panel.rb
netzke-core-0.9.0 lib/netzke/core/panel.rb
netzke-core-0.10.0.rc2 lib/netzke/core/panel.rb