Sha256: 4dd3453b75488f5449e4c30fdd9de9b78c4f2ec0b299515cd0552267538bf7de

Contents?: true

Size: 255 Bytes

Versions: 106

Compression:

Stored size: 255 Bytes

Contents

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

Panel = Marty::Panel

Version data entries

106 entries across 106 versions & 1 rubygems

Version Path
marty-2.4.7 app/components/marty/panel.rb
marty-2.4.6 app/components/marty/panel.rb
marty-2.4.5 app/components/marty/panel.rb
marty-2.4.4 app/components/marty/panel.rb
marty-2.4.3 app/components/marty/panel.rb
marty-2.4.2 app/components/marty/panel.rb
marty-2.4.1 app/components/marty/panel.rb
marty-2.4.0 app/components/marty/panel.rb
marty-2.3.15 app/components/marty/panel.rb
marty-2.3.14 app/components/marty/panel.rb
marty-2.3.13 app/components/marty/panel.rb
marty-2.3.12 app/components/marty/panel.rb
marty-2.3.11 app/components/marty/panel.rb
marty-2.3.10 app/components/marty/panel.rb
marty-2.3.9 app/components/marty/panel.rb
marty-2.3.8 app/components/marty/panel.rb
marty-2.3.7 app/components/marty/panel.rb
marty-2.3.5 app/components/marty/panel.rb
marty-2.3.4 app/components/marty/panel.rb
marty-2.1.5 app/components/marty/panel.rb