Class: Netzke::Panel

Inherits:
Base
  • Object
show all
Defined in:
lib/netzke/panel.rb

Class Method Summary collapse

Class Method Details

.js_extend_propertiesObject



3
4
5
6
7
8
9
10
11
# File 'lib/netzke/panel.rb', line 3

def self.js_extend_properties
  {
    :update_body_html => <<-END_OF_JAVASCRIPT.l,
      function(html){
        this.body.update(html);
      }
    END_OF_JAVASCRIPT
  }
end