Sha256: 8a34c0a6d1616c3c26489fdffae4984c2f6f8d971bf3efd8b9d23cefdfeac3eb

Contents?: true

Size: 252 Bytes

Versions: 28

Compression:

Stored size: 252 Bytes

Contents

# Marty's version of the Netzke Panel component.
class Marty::Panel < Netzke::Core::Panel
  js_configure do |c|
    c.update_body_html = <<-JS
        function(html){
          this.body.update(html);
        }
      JS
  end
end

Panel = Marty::Panel

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
marty-0.5.41 app/components/marty/panel.rb
marty-0.5.40 app/components/marty/panel.rb
marty-0.5.39 app/components/marty/panel.rb
marty-0.5.38 app/components/marty/panel.rb
marty-0.5.36 app/components/marty/panel.rb
marty-0.5.35 app/components/marty/panel.rb
marty-0.5.34 app/components/marty/panel.rb
marty-0.5.33 app/components/marty/panel.rb
marty-0.5.32 app/components/marty/panel.rb
marty-0.5.31 app/components/marty/panel.rb
marty-0.5.30 app/components/marty/panel.rb
marty-0.5.29 app/components/marty/panel.rb
marty-0.5.28 app/components/marty/panel.rb
marty-0.5.27 app/components/marty/panel.rb
marty-0.5.26 app/components/marty/panel.rb
marty-0.5.25 app/components/marty/panel.rb
marty-0.5.24 app/components/marty/panel.rb
marty-0.5.23 app/components/marty/panel.rb
marty-0.5.21 app/components/marty/panel.rb
marty-0.5.20 app/components/marty/panel.rb