Netzke::Core

You can configure Netzke::Core like this:

    Netzke::Core.setup do |config|
      config.ext_location = "/home/netzke/ext-3.3.0"
      config.icons_uri = "/images/famfamfam/icons"
      # ...
    end

The following configuration options are available:

Public Class Methods

reset_components_in_session() click to toggle source
    # File lib/netzke/core.rb, line 59
59:     def self.reset_components_in_session
60:       Netzke::Core.session[:netzke_components].try(:clear)
61:     end
setup() click to toggle source
    # File lib/netzke/core.rb, line 55
55:     def self.setup
56:       yield self
57:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.